|
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
public class ResponseData
Return values for statistic requests. Pass the return code to the getReturnString for a string representation of the return code.
Field Summary | |
---|---|
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 | |
---|---|
ResponseData()
|
Method Summary | |
---|---|
java.lang.String |
getReturnString(int rc)
Returns a string representation of the specfied return code. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int SUCCESSFUL_QUERY
public static final int INCOMPLETE_RESULTSET
public static final int UNKNOWN_STATGROUPID
public static final int UNKNOWN_STATID
public static final int DUPLICATE_STATGROUPID
public static final int DUPLICATE_STATID
public static final int NULL_ID
public static final int UPDATE_EXCEPTION
public static final java.lang.String PROTOCOL_VERSION
Constructor Detail |
---|
public ResponseData()
Method Detail |
---|
public java.lang.String getReturnString(int rc)
rc
- The return code
|
©Copyright IBM Corp. 1994, 2014 Legal |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |