com.ibm.ctg.client.stats

Class ResponseData

  • java.lang.Object
    • com.ibm.ctg.client.stats.ResponseData
  • Direct Known Subclasses:
    IdData, StatData


    public class ResponseData
    extends java.lang.Object
    Return values for statistic requests. Pass the return code to the getReturnString for a string representation of the return code.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int DUPLICATE_STATGROUPID
      The statistic group ID specified on the query was a duplicate of another ID on the query.
      static int DUPLICATE_STATID
      The statistic ID specified on the query was a duplicate of another ID on the query.
      static int INCOMPLETE_RESULTSET
      A partial set of statistics have been returned for the statistic group ID specified on the query.
      static int NULL_ID
      The ID provided on the query was null.
      static java.lang.String PROTOCOL_VERSION
      The version of the information returned to the client.
      static int SUCCESSFUL_QUERY
      Successful return code used by StatController and StatCollector
      static int UNKNOWN_STATGROUPID
      The statistic group ID specified on the query was not recognized.
      static int UNKNOWN_STATID
      The statistic ID specified on the query was not recognized.
      static int UPDATE_EXCEPTION
      An exception occurred updating the statistic value.
    • Constructor Summary

      Constructors 
      Constructor and Description
      ResponseData() 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getReturnString(int rc)
      Returns a string representation of the specified return code.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • SUCCESSFUL_QUERY

        public static final int SUCCESSFUL_QUERY
        Successful return code used by StatController and StatCollector
        See Also:
        Constant Field Values
      • INCOMPLETE_RESULTSET

        public static final int INCOMPLETE_RESULTSET
        A partial set of statistics have been returned for the statistic group ID specified on the query.
        See Also:
        Constant Field Values
      • UNKNOWN_STATGROUPID

        public static final int UNKNOWN_STATGROUPID
        The statistic group ID specified on the query was not recognized.
        See Also:
        Constant Field Values
      • UNKNOWN_STATID

        public static final int UNKNOWN_STATID
        The statistic ID specified on the query was not recognized.
        See Also:
        Constant Field Values
      • DUPLICATE_STATGROUPID

        public static final int DUPLICATE_STATGROUPID
        The statistic group ID specified on the query was a duplicate of another ID on the query.
        See Also:
        Constant Field Values
      • DUPLICATE_STATID

        public static final int DUPLICATE_STATID
        The statistic ID specified on the query was a duplicate of another ID on the query.
        See Also:
        Constant Field Values
      • NULL_ID

        public static final int NULL_ID
        The ID provided on the query was null.
        See Also:
        Constant Field Values
      • UPDATE_EXCEPTION

        public static final int UPDATE_EXCEPTION
        An exception occurred updating the statistic value.
        See Also:
        Constant Field Values
      • PROTOCOL_VERSION

        public static final java.lang.String PROTOCOL_VERSION
        The version of the information returned to the client.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ResponseData

        public ResponseData()
    • Method Detail

      • getReturnString

        public java.lang.String getReturnString(int rc)
        Returns a string representation of the specified return code.
        Parameters:
        rc - The return code
        Returns:
        The string representation of the return code
©Copyright IBM Corp. 1994, 2013
Legal