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


Constructor Summary
protected XplatUtil.RequesterConnectionSearchEnumerator(int scanLevel, int scanValue)
           
protected XplatUtil.RequesterConnectionSearchEnumerator(int scanLevel, java.lang.String scanString)
           
protected XplatUtil.RequesterConnectionSearchEnumerator(int scanLevel,  scanVersion)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XplatUtil.RequesterConnectionSearchEnumerator

protected XplatUtil.RequesterConnectionSearchEnumerator(int scanLevel,
                                                        java.lang.String scanString)
                                                 throws SessionException

XplatUtil.RequesterConnectionSearchEnumerator

protected XplatUtil.RequesterConnectionSearchEnumerator(int scanLevel,
                                                         scanVersion)
                                                 throws SessionException

XplatUtil.RequesterConnectionSearchEnumerator

protected XplatUtil.RequesterConnectionSearchEnumerator(int scanLevel,
                                                        int scanValue)
                                                 throws SessionException
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.