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