org.pfsw.tools.beluga.ldap.messages
Class SearchResultDone
java.lang.Object
org.pfsw.tools.beluga.ldap.messages.AbstractMessage
org.pfsw.tools.beluga.ldap.messages.ResponseMessage
org.pfsw.tools.beluga.ldap.messages.SearchResponse
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
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 |
SearchResultDone
public SearchResultDone(SearchRequest request)
- Initialize the new instance with default values.
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.