CICS® Transaction Gateway Programming Reference v1.1.0.0

com.ibm.ctg.client.stats
Class StatResultSet

java.lang.Object
  extended by com.ibm.ctg.client.stats.StatResultSet
All Implemented Interfaces:
java.lang.Iterable<StatData>

public class StatResultSet
extends java.lang.Object
implements java.lang.Iterable<StatData>

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

size

public int size()
Returns the number of StatData items that are in this ResultSet.

Returns:
The number of StatData items in this ResultSet

iterator

public java.util.Iterator<StatData> iterator()
Obtain an Iterator for this Collection.

Specified by:
iterator in interface java.lang.Iterable<StatData>
Returns:
An Iterator for the Collection of StatData objects in this ResultSet

©Copyright IBM Corp. 1994, 2014
Legal