|
CICS® Transaction Gateway Programming Reference v1.1.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.ctg.client.stats.ResponseData
com.ibm.ctg.client.stats.StatData
public class StatData
This class is a representation of a single statistic ID and value pair.
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 |
getQueryElement()
Get the query used to obtain this statistic. |
int |
getRc()
Get the return code for obtaining this statistic. |
java.lang.String |
getShortDesc()
Get the short description of the statistic represented by this object. |
java.lang.String |
getStatId()
Get the statistic ID that this object represents. |
java.lang.String |
getValue()
Get the value of the statistic this object represents. |
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 |
---|
public int getRc()
public java.lang.String getShortDesc()
public java.lang.String getValue()
public java.lang.String getStatId()
public java.lang.String getQueryElement()
|
©Copyright IBM Corp. 1994, 2014 Legal |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |