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

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

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

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

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

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

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



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.