com.novell.service.nds
Interface NdsIteratorInfo


public interface NdsIteratorInfo

Encapsulates information about an NdsIterator.


Method Summary
 boolean isPositionable()
          Determines if the getPosition() and setPosition() methods work for this NdsIterator.
 boolean isScalable()
          Determines whether the NdsIterator was created on an NDS v8 server or is running in emulation mode.
 

Method Detail

isScalable

public boolean isScalable()
Determines whether the NdsIterator was created on an NDS v8 server or is running in emulation mode.
Returns:
A boolean set to TRUE if the iterator was created on an NDS v8 server and thus is scalable; otherwise, set to FALSE indicating the iterator is running in emulation mode.

isPositionable

public boolean isPositionable()
Determines if the getPosition() and setPosition() methods work for this NdsIterator.
Returns:
A boolean set to TRUE if the getPosition() and setPosition() methods work for this iterator; otherwise, set to FALSE.