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

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

Uses of DirectoryPartitionNexus in org.apache.ldap.server
 

Methods in org.apache.ldap.server that return DirectoryPartitionNexus
 DirectoryPartitionNexus DirectoryServiceConfiguration.getPartitionNexus()
          Returns the DirectoryPartitionNexus of the DirectoryService which bypasses the interceptor chain.
 

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

Methods in org.apache.ldap.server.jndi that return DirectoryPartitionNexus
protected  DirectoryPartitionNexus ServerContext.getNexusProxy()
          Gets the RootNexus proxy.
 

Constructors in org.apache.ldap.server.jndi with parameters of type DirectoryPartitionNexus
ServerContext(LdapPrincipal principal, DirectoryPartitionNexus 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.
ServerDirContext(LdapPrincipal principal, DirectoryPartitionNexus 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.
 

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

Subclasses of DirectoryPartitionNexus in org.apache.ldap.server.partition
 class DefaultDirectoryPartitionNexus
          A nexus for partitions dedicated for storing entries specific to a naming context.
 class DirectoryPartitionNexusProxy
          A decorator that wraps other DirectoryPartitionNexus to enable InterceptorChain and InvocationStack support.
 



Copyright © 2002-2005 . All Rights Reserved.