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, remove
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
add, addAll, get, getControls, getMessageId, getType, hasControl, put, remove
public SearchResponseReferenceImpl(int id)
id
- the session unique message idpublic InternalReferral getReferral()
getReferral
in interface InternalSearchResponseReference
public void setReferral(InternalReferral referral)
setReferral
in interface InternalSearchResponseReference
referral
- the sequence of LdapUrlspublic boolean equals(Object obj)
equals
in class InternalAbstractMessage
obj
- the object to compare to this response stubCopyright © 2003-2012 Apache Software Foundation. All Rights Reserved.