public class SearchResponseReferenceImpl extends InternalAbstractResponse implements InternalSearchResponseReference
TYPE| Constructor and Description |
|---|
SearchResponseReferenceImpl(int id)
Creates a Lockable SearchResponseReference 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 to see if an object is equal to this SearchResponseReference stub.
|
InternalReferral |
getReferral()
Gets the sequence of LdapUrls as a Referral instance.
|
void |
setReferral(InternalReferral referral)
Sets the sequence of LdapUrls as a Referral instance.
|
add, addAll, get, getControls, getMessageId, getType, hasControl, hashCode, put, removeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitadd, addAll, get, getControls, getMessageId, getType, hasControl, put, removepublic SearchResponseReferenceImpl(int id)
id - the session unique message idpublic InternalReferral getReferral()
getReferral in interface InternalSearchResponseReferencepublic void setReferral(InternalReferral referral)
setReferral in interface InternalSearchResponseReferencereferral - the sequence of LdapUrlspublic boolean equals(Object obj)
equals in class InternalAbstractMessageobj - the object to compare to this response stubCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.