Uses of Class
org.apache.ldap.server.partition.ContextPartitionNexus

Packages that use ContextPartitionNexus
org.apache.ldap.server.jndi   
org.apache.ldap.server.partition   
 

Uses of ContextPartitionNexus in org.apache.ldap.server.jndi
 

Methods in org.apache.ldap.server.jndi that return ContextPartitionNexus
protected  ContextPartitionNexus ServerContext.getNexusProxy()
          Gets the RootNexus proxy.
 ContextPartitionNexus ContextFactoryConfiguration.getPartitionNexus()
          Returns the ContextPartitionNexus of the ContextFactoryService which bypasses the interceptor chain.
 

Constructors in org.apache.ldap.server.jndi with parameters of type ContextPartitionNexus
ServerDirContext(LdapPrincipal principal, ContextPartitionNexus nexusProxy, java.util.Hashtable env, javax.naming.Name dn)
          Creates a new ServerDirContext with a distinguished name which is used to set the PROVIDER_URL to the distinguished name for this context.
ServerContext(LdapPrincipal principal, ContextPartitionNexus nexusProxy, java.util.Hashtable env, javax.naming.Name dn)
          Must be called by all subclasses to initialize the nexus proxy and the environment settings to be used by this Context implementation.
 

Uses of ContextPartitionNexus in org.apache.ldap.server.partition
 

Subclasses of ContextPartitionNexus in org.apache.ldap.server.partition
 class DefaultContextPartitionNexus
          A nexus for partitions dedicated for storing entries specific to a naming context.
 



Copyright © 2002-2005 . All Rights Reserved.