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

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

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

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

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()
           
 

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

Methods in org.apache.directory.shared.ldap.message.internal that return InternalReferral
 InternalReferral InternalLdapResult.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.
 

Methods in org.apache.directory.shared.ldap.message.internal with parameters of type InternalReferral
 void InternalLdapResult.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.
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.