org.apache.directory.api.ldap.model.cursor
Interface EntryCursor

All Superinterfaces:
Cursor<Entry>, Iterable<Entry>

public interface EntryCursor
extends Cursor<Entry>

An extension of Cursor which returns only Entry objects and includes the retrieval of the SearchResultDone.

Author:
Apache Directory Project

Method Summary
 int getMessageId()
           
 SearchResultDone getSearchResultDone()
          gives the SearchResultDone message received at the end of search results
 
Methods inherited from interface org.apache.directory.api.ldap.model.cursor.Cursor
after, afterLast, available, before, beforeFirst, close, close, first, get, isAfterLast, isBeforeFirst, isClosed, isFirst, isLast, last, next, previous, setClosureMonitor, toString
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

getSearchResultDone

SearchResultDone getSearchResultDone()
gives the SearchResultDone message received at the end of search results

Returns:
the SearchResultDone message, null if the search operation fails for any reason

getMessageId

int getMessageId()
Returns:
the underlying message ID


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.