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 and Description |
---|
ResponseData() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getReturnString(int rc)
Returns a string representation of the specified return code.
|
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