|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.api.ldap.model.message.AbstractMessage
org.apache.directory.api.ldap.model.message.AbstractResponse
org.apache.directory.api.ldap.model.message.SearchResultReferenceImpl
public class SearchResultReferenceImpl
SearchResponseReference implementation
| Field Summary |
|---|
| Fields inherited from class org.apache.directory.api.ldap.model.message.AbstractMessage |
|---|
controls |
| Fields inherited from interface org.apache.directory.api.ldap.model.message.SearchResultReference |
|---|
TYPE |
| Constructor Summary | |
|---|---|
SearchResultReferenceImpl()
Creates a SearchResponseReference as a reply to an SearchRequest to indicate the end of a search operation. |
|
SearchResultReferenceImpl(int id)
Creates a SearchResponseReference as a reply to an SearchRequest to indicate the end of a search operation. |
|
| Method Summary | |
|---|---|
boolean |
equals(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. |
int |
hashCode()
|
void |
setReferral(Referral referral)
Sets the sequence of LdapUrls as a Referral instance. |
String |
toString()
Returns the Search Result Reference string |
| Methods inherited from class org.apache.directory.api.ldap.model.message.AbstractMessage |
|---|
addAllControls, addControl, get, getControl, getControls, getMessageId, getType, hasControl, put, removeControl, setMessageId, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.directory.api.ldap.model.message.Message |
|---|
addAllControls, addControl, get, getControl, getControls, getMessageId, getType, hasControl, put, removeControl, setMessageId |
| Constructor Detail |
|---|
public SearchResultReferenceImpl()
public SearchResultReferenceImpl(int id)
id - the session unique message id| Method Detail |
|---|
public Referral getReferral()
getReferral in interface SearchResultReferencepublic void setReferral(Referral referral)
setReferral in interface SearchResultReferencereferral - the sequence of LdapUrlspublic int hashCode()
hashCode in class AbstractMessageObject.hashCode()public boolean equals(Object obj)
equals in class AbstractMessageobj - the object to compare to this response stub
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||