|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.shared.ldap.message.AbstractMessage
org.apache.directory.shared.ldap.message.AbstractResponse
org.apache.directory.shared.ldap.message.SearchResponseReferenceImpl
public class SearchResponseReferenceImpl
SearchResponseReference implementation
Field Summary |
---|
Fields inherited from interface org.apache.directory.shared.ldap.message.SearchResponseReference |
---|
TYPE |
Constructor Summary | |
---|---|
SearchResponseReferenceImpl(int id)
Creates a Lockable SearchResponseReference as a reply to an SearchRequest to indicate the end of a search operation. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Checks to see if an object is equal to this SearchResponseReference stub. |
Referral |
getReferral()
Gets the sequence of LdapUrls as a Referral instance. |
void |
setReferral(Referral referral)
Sets the sequence of LdapUrls as a Referral instance. |
Methods inherited from class org.apache.directory.shared.ldap.message.AbstractMessage |
---|
add, get, getControls, getMessageId, getType, initControls, put, remove |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.directory.shared.ldap.message.Message |
---|
add, get, getControls, getMessageId, getType, put, remove |
Constructor Detail |
---|
public SearchResponseReferenceImpl(int id)
id
- the session unique message idMethod Detail |
---|
public Referral getReferral()
getReferral
in interface SearchResponseReference
public void setReferral(Referral referral)
setReferral
in interface SearchResponseReference
referral
- the sequence of LdapUrlspublic boolean equals(java.lang.Object obj)
equals
in class AbstractMessage
obj
- the object to compare to this response stub
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |