com.novell.service.session.xplat
Class XplatUtil.RequesterConnectionSearchEnumerator

java.lang.Object
  |
  +--com.novell.service.session.xplat.XplatUtil.RequesterConnectionSearchEnumerator

public class XplatUtil.RequesterConnectionSearchEnumerator
extends java.lang.Object
implements java.util.Enumeration


Method Summary
 boolean hasMoreElements()
          Inherited from java.util.Enumeration.
 java.lang.Integer next()
           
 java.lang.Integer[] next(int batchSize)
          Returns an array of Connections for the next object(s) in the enumeration.
 java.lang.Object nextElement()
          Inherited from java.util.Enumeration.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasMoreElements

public boolean hasMoreElements()
Inherited from java.util.Enumeration.
Specified by:
hasMoreElements in interface java.util.Enumeration
See Also:
Enumeration.hasMoreElements()

nextElement

public java.lang.Object nextElement()
                             throws java.util.NoSuchElementException
Inherited from java.util.Enumeration.
Specified by:
nextElement in interface java.util.Enumeration
See Also:
Enumeration.nextElement()

next

public java.lang.Integer next()
                       throws java.util.NoSuchElementException

next

public java.lang.Integer[] next(int batchSize)
Returns an array of Connections for the next object(s) in the enumeration.