Uses of Interface
org.apache.directory.api.ldap.model.message.SearchResultDone

Packages that use SearchResultDone
org.apache.directory.api.ldap.model.cursor   
org.apache.directory.api.ldap.model.message   
org.apache.directory.api.ldap.model.message.extended   
 

Uses of SearchResultDone in org.apache.directory.api.ldap.model.cursor
 

Methods in org.apache.directory.api.ldap.model.cursor that return SearchResultDone
 SearchResultDone SearchCursor.getSearchResultDone()
          gives the SearchResultDone message received at the end of search results
 SearchResultDone EntryCursor.getSearchResultDone()
          gives the SearchResultDone message received at the end of search results
 

Uses of SearchResultDone in org.apache.directory.api.ldap.model.message
 

Classes in org.apache.directory.api.ldap.model.message that implement SearchResultDone
 class SearchResultDoneImpl
          SearchResponseDone implementation
 

Methods in org.apache.directory.api.ldap.model.message that return SearchResultDone
 SearchResultDone SearchRequestImpl.getResultResponse()
          If called for the first time, this methohd creates a result containing response object for this request.
 

Uses of SearchResultDone in org.apache.directory.api.ldap.model.message.extended
 

Classes in org.apache.directory.api.ldap.model.message.extended that implement SearchResultDone
 class SearchNoDResponse
          An extended operation intended for notifying clients of upcoming disconnection for the Search response.
 



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