|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.ldap.client.api.message.AbstractMessage
org.apache.directory.ldap.client.api.message.SearchResultReference
public class SearchResultReference
Search reference protocol response message used to return referrals to the client in response to a search request message.
Constructor Summary | |
---|---|
SearchResultReference()
Creates a new instance of SearchResultReferenceImpl. |
Method Summary | |
---|---|
void |
addReferrals(org.apache.directory.shared.ldap.util.LdapURL... urls)
Sets the sequence of LdapUrls as a Referral instance. |
void |
addReferrals(java.lang.String... urls)
Sets the sequence of LdapUrls as a Referral instance. |
Referral |
getReferrals()
Gets the sequence of LdapUrls as a Referral instance. |
void |
removeReferrals(org.apache.directory.shared.ldap.util.LdapURL... urls)
Removes the sequence of LdapUrls from the Referral instance. |
void |
removeReferrals(java.lang.String... urls)
Removes the sequence of LdapUrls from the Referral instance. |
void |
setReferral(Referral referral)
Sets the sequence of LdapUrls as a Referral instance. |
Methods inherited from class org.apache.directory.ldap.client.api.message.AbstractMessage |
---|
add, getControl, getControls, getMessageId, hasControl, remove, setMessageId, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.directory.ldap.client.api.message.Message |
---|
add, getControl, getControls, getMessageId, hasControl, remove, setMessageId |
Constructor Detail |
---|
public SearchResultReference()
Method Detail |
---|
public Referral getReferrals()
public void setReferral(Referral referral)
referrals
- the sequence of LdapUrlspublic void addReferrals(org.apache.directory.shared.ldap.util.LdapURL... urls)
urls
- the sequence of LdapUrlspublic void addReferrals(java.lang.String... urls)
urls
- the sequence of LdapUrlspublic void removeReferrals(org.apache.directory.shared.ldap.util.LdapURL... urls)
urls
- the sequence of LdapUrlspublic void removeReferrals(java.lang.String... urls)
urls
- the sequence of LdapUrls
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |