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 LdapResultImpl.getReferral()
          Gets the Referral associated with this LdapResult if the resultCode property is set to the REFERRAL ResultCodeEnum.
 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 SearchResponseReferenceImpl.getReferral()
          Gets the sequence of LdapUrls as a Referral instance.
 

Methods in org.apache.directory.shared.ldap.message with parameters of type Referral
 void LdapResultImpl.setReferral(Referral referral)
          Sets the Referral associated with this LdapResult if the resultCode property is set to the REFERRAL ResultCodeEnum.
 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 SearchResponseReferenceImpl.setReferral(Referral referral)
          Sets the sequence of LdapUrls as a Referral instance.
 

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 © 2003-2006 . All Rights Reserved.