Skip navigation links

Oracle Virtual Directory Java API Reference
11g Release 1 (11.1.1)

E10688-03


com.octetstring.vde
Interface EntrySet

All Known Implementing Classes:
ChainEntrySet

public interface EntrySet

Adapters have different ways of managing a set of entries returned in a search. This interface is implemented by classes that know how to retrieve the next entry in a result.

Author:
Octet String, Inc.

Method Summary
 void cancelEntrySet()
           
 Entry getNext()
          Retrieves the next available entry from the Entry Set
 java.lang.Object getSequence()
           
 boolean hasMore()
          Determines whether this EntrySet has any more available entries
 void setSequence(java.lang.Object seq)
           

 

Method Detail

getNext

Entry getNext()
              throws DirectoryException
Retrieves the next available entry from the Entry Set
Returns:
the next available Entry
Throws:
DirectoryException

hasMore

boolean hasMore()
Determines whether this EntrySet has any more available entries
Returns:
true if more entries are available

setSequence

void setSequence(java.lang.Object seq)

getSequence

java.lang.Object getSequence()

cancelEntrySet

void cancelEntrySet()

Skip navigation links

Oracle Virtual Directory Java API Reference
11g Release 1 (11.1.1)

E10688-03


Copyright © 2000-2010 Oracle and/or its affiliates. All Rights Reserved.