org.pfsw.tools.beluga.ldap.messages
Class SearchResultDone

java.lang.Object
  extended by org.pfsw.tools.beluga.ldap.messages.AbstractMessage
      extended by org.pfsw.tools.beluga.ldap.messages.ResponseMessage
          extended by org.pfsw.tools.beluga.ldap.messages.SearchResponse
              extended by org.pfsw.tools.beluga.ldap.messages.SearchResultDone

public class SearchResultDone
extends SearchResponse

The final response object of to a search request that contains the result code.

Version:
1.0
Author:
Manfred Duchrow

Constructor Summary
SearchResultDone(SearchRequest request)
          Initialize the new instance with default values.
 
Method Summary
 boolean isSearchResultDone()
           
 void setSizeLimitExceeded()
          Sets this response to the sate that indicates that not all objects have been read due to the search limit.
 
Methods inherited from class org.pfsw.tools.beluga.ldap.messages.SearchResponse
isSearchResponse
 
Methods inherited from class org.pfsw.tools.beluga.ldap.messages.ResponseMessage
getDN, getMessageText, getResponseCode, invalidDN, isAddResponse, isBasicResult, isBindResponse, isDeleteResponse, isModifyResponse, isSearchResultEntry, isSuccess, noSuchObject, noSuchObject, operationsError, protocolError, setDN, setMessageText, setResponseCode, unwillingToPerform
 
Methods inherited from class org.pfsw.tools.beluga.ldap.messages.AbstractMessage
getControls, getMessageId, getRawData, setControls, setMessageId, setRawData, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SearchResultDone

public SearchResultDone(SearchRequest request)
Initialize the new instance with default values.

Method Detail

isSearchResultDone

public boolean isSearchResultDone()
Overrides:
isSearchResultDone in class ResponseMessage

setSizeLimitExceeded

public void setSizeLimitExceeded()
Sets this response to the sate that indicates that not all objects have been read due to the search limit.



Copyright © 2012 Manfred Duchrow Consulting & Software. All Rights Reserved.