CICS® Transaction Gateway Programming Reference v1.1.0.0

com.ibm.ctg.client.stats
Class IdData

java.lang.Object
  extended by com.ibm.ctg.client.stats.ResponseData
      extended by com.ibm.ctg.client.stats.IdData

public class IdData
extends ResponseData

This class is a representation of a single statistic ID.


Field Summary
 
Fields inherited from class com.ibm.ctg.client.stats.ResponseData
DUPLICATE_STATGROUPID, DUPLICATE_STATID, INCOMPLETE_RESULTSET, NULL_ID, PROTOCOL_VERSION, SUCCESSFUL_QUERY, UNKNOWN_STATGROUPID, UNKNOWN_STATID, UPDATE_EXCEPTION
 
Method Summary
 java.lang.String getId()
          Returns the statistic ID.
 java.lang.String getQueryElement()
          Returns the query string used to retrieve this statistic ID.
 int getRc()
          The return code for obtaining this statistic ID.
 
Methods inherited from class com.ibm.ctg.client.stats.ResponseData
getReturnString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getId

public java.lang.String getId()
Returns the statistic ID.

Returns:
The statistic ID

getQueryElement

public java.lang.String getQueryElement()
Returns the query string used to retrieve this statistic ID.

Returns:
The query used to obtain this ID

getRc

public int getRc()
The return code for obtaining this statistic ID. Possible return codes are listed in ResponseData.

Returns:
The return code

©Copyright IBM Corp. 1994, 2014
Legal