C D G I N P R S U 

C

close() - Method in class com.ibm.ctg.client.stats.GatewayConnection
Closes a connection to a Gateway daemon.
com.ibm.ctg.client.stats - package com.ibm.ctg.client.stats
Provides classes for developing applications that obtain statistics information from one or more Gateway daemons.

D

DUPLICATE_STATGROUPID - Static variable in class com.ibm.ctg.client.stats.ResponseData
The statistic group ID specified on the query was a duplicate of another ID on the query.
DUPLICATE_STATID - Static variable in class com.ibm.ctg.client.stats.ResponseData
The statistic ID specified on the query was a duplicate of another ID on the query.

G

GatewayConnection - Class in com.ibm.ctg.client.stats
The GatewayConnection is used to retrieve statistical information from a CICS Transaction Gateway instance.
GatewayConnection() - Constructor for class com.ibm.ctg.client.stats.GatewayConnection
Constructs a GatewayConnection object and opens a connection to the CICS Transaction Gateway on the default statistics port.
GatewayConnection(int) - Constructor for class com.ibm.ctg.client.stats.GatewayConnection
Constructs a GatewayConnection object and opens a connection to the CICS Transaction Gateway using the specified port.
GatewayConnection(String, int) - Constructor for class com.ibm.ctg.client.stats.GatewayConnection
Constructs a GatewayConnection object and opens a connection to the CICS Transaction Gateway using the specified IP address and port.
getAddress() - Method in class com.ibm.ctg.client.stats.GatewayConnection
Gets the address for the Gateway daemon that this GatewayConnection will associate.
getId() - Method in class com.ibm.ctg.client.stats.IdData
Returns the statistic ID.
getPort() - Method in class com.ibm.ctg.client.stats.GatewayConnection
Gets the port that this GatewayConnection is connected to.
getQueryElement() - Method in class com.ibm.ctg.client.stats.IdData
Returns the query string used to retrieve this statistic ID.
getQueryElement() - Method in class com.ibm.ctg.client.stats.StatData
Get the query used to obtain this statistic.
getRc() - Method in class com.ibm.ctg.client.stats.IdData
The return code for obtaining this statistic ID.
getRc() - Method in class com.ibm.ctg.client.stats.StatData
Get the return code for obtaining this statistic.
getResourceGroupIds() - Method in class com.ibm.ctg.client.stats.GatewayConnection
Returns an IdResultSet of IdData objects representing the set of all the resource group IDs available from the Gateway daemon.
getReturnString(int) - Method in class com.ibm.ctg.client.stats.ResponseData
Returns a string representation of the specified return code.
getShortDesc() - Method in class com.ibm.ctg.client.stats.StatData
Get the short description of the statistic represented by this object.
getStatId() - Method in class com.ibm.ctg.client.stats.StatData
Get the statistic ID that this object represents.
getStatIds(String) - Method in class com.ibm.ctg.client.stats.GatewayConnection
Returns an IdResultSet containing a set of IdData objects representing the statistic IDs that match the supplied query string "ids".
getStatIds() - Method in class com.ibm.ctg.client.stats.GatewayConnection
Returns an IdResultSet containing a set of IdData objects that represent all available statistic IDs.
getStats(String) - Method in class com.ibm.ctg.client.stats.GatewayConnection
Returns a StatResultSet containing a set of StatData objects representing the statistics that match the supplied query string "ids".
getStats() - Method in class com.ibm.ctg.client.stats.GatewayConnection
Returns a StatResultSet containing a set of StatData objects that represents all available statistics.
getStatsAPIVersion() - Method in class com.ibm.ctg.client.stats.GatewayConnection
Get the Statistics API version.
getValue() - Method in class com.ibm.ctg.client.stats.StatData
Get the value of the statistic this object represents.

I

IdData - Class in com.ibm.ctg.client.stats
This class is a representation of a single statistic ID.
IdResultSet - Class in com.ibm.ctg.client.stats
This is a collection of IdData objects returned from a statistics request made through a GatewayConnection.
INCOMPLETE_RESULTSET - Static variable in class com.ibm.ctg.client.stats.ResponseData
A partial set of statistics have been returned for the statistic group ID specified on the query.
iterator() - Method in class com.ibm.ctg.client.stats.IdResultSet
Obtain an Iterator for this Collection.
iterator() - Method in class com.ibm.ctg.client.stats.StatResultSet
Obtain an Iterator for this Collection.

N

NULL_ID - Static variable in class com.ibm.ctg.client.stats.ResponseData
The ID provided on the query was null.

P

PROTOCOL_VERSION - Static variable in class com.ibm.ctg.client.stats.ResponseData
The version of the information returned to the client.

R

ResponseData - Class in com.ibm.ctg.client.stats
Return values for statistic requests.
ResponseData() - Constructor for class com.ibm.ctg.client.stats.ResponseData
 

S

size() - Method in class com.ibm.ctg.client.stats.IdResultSet
Returns the number of IdData items that are in this IdResultSet
size() - Method in class com.ibm.ctg.client.stats.StatResultSet
Returns the number of StatData items that are in this ResultSet.
StatData - Class in com.ibm.ctg.client.stats
This class is a representation of a single statistic ID and value pair.
StatResultSet - Class in com.ibm.ctg.client.stats
This is a collection of StatData objects returned from a statistics request made through a GatewayConnection.
SUCCESSFUL_QUERY - Static variable in class com.ibm.ctg.client.stats.ResponseData
Successful return code used by StatController and StatCollector

U

UNKNOWN_STATGROUPID - Static variable in class com.ibm.ctg.client.stats.ResponseData
The statistic group ID specified on the query was not recognized.
UNKNOWN_STATID - Static variable in class com.ibm.ctg.client.stats.ResponseData
The statistic ID specified on the query was not recognized.
UPDATE_EXCEPTION - Static variable in class com.ibm.ctg.client.stats.ResponseData
An exception occurred updating the statistic value.
C D G I N P R S U 
©Copyright IBM Corp. 1994, 2012
Legal