com.ibm.ctg.client.stats

Class IdResultSet

  • java.lang.Object
    • com.ibm.ctg.client.stats.IdResultSet
  • All Implemented Interfaces:
    java.lang.Iterable<IdData>


    public class IdResultSet
    extends java.lang.Object
    implements java.lang.Iterable<IdData>
    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

      Methods 
      Modifier and Type Method and Description
      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

      • iterator

        public java.util.Iterator<IdData> iterator()
        Obtain an Iterator for this Collection.
        Specified by:
        iterator in interface java.lang.Iterable<IdData>
        Returns:
        An Iterator for the Collection of IdData objects in this IdResultSet
      • size

        public int size()
        Returns the number of IdData items that are in this IdResultSet
        Returns:
        The number of IdData items in this IdResultSet
©Copyright IBM Corp. 1994, 2012
Legal