Uses of Interface
org.apache.directory.shared.ldap.message.Referral

Packages that use Referral
org.apache.directory.shared.ldap.message   
org.apache.directory.shared.ldap.message.extended   
 

Uses of Referral in org.apache.directory.shared.ldap.message
 

Classes in org.apache.directory.shared.ldap.message that implement Referral
 class ReferralImpl
          A Referral implementation.
 

Methods in org.apache.directory.shared.ldap.message that return Referral
 Referral SearchResponseReferenceImpl.getReferral()
          Gets the sequence of LdapUrls as a Referral instance.
 Referral SearchResponseReference.getReferral()
          Gets the sequence of LdapUrls as a Referral instance.
 Referral LdapResult.getReferral()
          Gets the Referral associated with this LdapResult if the resultCode property is set to the REFERRAL ResultCodeEnum.
 Referral LdapResultImpl.getReferral()
          Gets the Referral associated with this LdapResult if the resultCode property is set to the REFERRAL ResultCodeEnum.
 

Methods in org.apache.directory.shared.ldap.message with parameters of type Referral
 void SearchResponseReferenceImpl.setReferral(Referral referral)
          Sets the sequence of LdapUrls as a Referral instance.
 void SearchResponseReference.setReferral(Referral a_referral)
          Sets the sequence of LdapUrls as a Referral instance.
 void LdapResult.setReferral(Referral referral)
          Sets the Referral associated with this LdapResult if the resultCode property is set to the REFERRAL ResultCodeEnum.
 void LdapResultImpl.setReferral(Referral referral)
          Sets the Referral associated with this LdapResult if the resultCode property is set to the REFERRAL ResultCodeEnum.
 

Uses of Referral in org.apache.directory.shared.ldap.message.extended
 

Methods in org.apache.directory.shared.ldap.message.extended that return Referral
 Referral GracefulDisconnect.getReplicatedContexts()
           
 



Copyright © 2004-2010. All Rights Reserved.