public class SearchResultDoneImpl extends AbstractResultResponse implements SearchResultDone
ldapResultcontrols| Constructor and Description |
|---|
SearchResultDoneImpl()
Creates a SearchResponseDone as a reply to an SearchRequest to
indicate the end of a search operation.
|
SearchResultDoneImpl(int id)
Creates a SearchResponseDone as a reply to an SearchRequest to
indicate the end of a search operation.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Checks for equality by using the underlying LdapResult objects of this
SearchResponseDone stub.
|
int |
hashCode() |
String |
toString()
Get a String representation of a SearchResultDone
|
getLdapResultaddAllControls, addControl, get, getControl, getControls, getMessageId, getType, hasControl, put, removeControl, setMessageId, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetLdapResultaddAllControls, addControl, get, getControl, getControls, getMessageId, getType, hasControl, put, removeControl, setMessageIdpublic SearchResultDoneImpl()
public SearchResultDoneImpl(int id)
id - the session unique message idpublic int hashCode()
hashCode in class AbstractResultResponseObject.hashCode()public boolean equals(Object obj)
equals in class AbstractResultResponseobj - the object to be tested for equalitypublic String toString()
toString in class AbstractResultResponseCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.