|
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.IdResultSet
public class IdResultSet
This is a collection of IdData objects returned from a statistics request made through a GatewayConnection. Iterate through the IdData objects to gain access to the individual statistic names.
Method Summary | |
---|---|
java.util.Iterator<IdData> |
iterator()
Obtain an Iterator for this Collection. |
int |
size()
Returns the number of IdData items that are in this IdResultSet |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.util.Iterator<IdData> iterator()
iterator
in interface java.lang.Iterable<IdData>
public int size()
|
©Copyright IBM Corp. 1994, 2014 Legal |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |