- 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.