Uses of Class
org.apache.directory.server.core.DirectoryService

Packages that use DirectoryService
org.apache.directory.server.core   
org.apache.directory.server.core.jndi   
org.apache.directory.server.core.partition  
org.apache.directory.server.jndi   
 

Uses of DirectoryService in org.apache.directory.server.core
 

Methods in org.apache.directory.server.core that return DirectoryService
static DirectoryService DirectoryService.getInstance()
          Returns the default instance.
static DirectoryService DirectoryService.getInstance(java.lang.String instanceId)
          Returns DirectoryService with the specified instance ID.
 DirectoryService DirectoryServiceConfiguration.getService()
          Returns the DirectoryService for this configuration.
 

Methods in org.apache.directory.server.core with parameters of type DirectoryService
 void DirectoryServiceListener.afterShutdown(DirectoryService service)
          Invoked after shutting down DirectoryService.
 void DirectoryServiceListener.afterStartup(DirectoryService service)
          Invoked after starting up DirectoryService.
 void DirectoryServiceListener.afterSync(DirectoryService service)
          Invoked after calling sync().
 void DirectoryServiceListener.beforeShutdown(DirectoryService service)
          Invoked before shutting down DirectoryService.
 void DirectoryServiceListener.beforeStartup(DirectoryService service)
          Invoked before starting up DirectoryService.
 void DirectoryServiceListener.beforeSync(DirectoryService service)
          Invoked before calling sync().
 

Uses of DirectoryService in org.apache.directory.server.core.jndi
 

Methods in org.apache.directory.server.core.jndi that return DirectoryService
 DirectoryService ServerContext.getService()
          Returns the DirectoryService which manages this context.
 

Methods in org.apache.directory.server.core.jndi with parameters of type DirectoryService
 void CoreContextFactory.afterShutdown(DirectoryService service)
          Does nothing by default.
 void CoreContextFactory.afterStartup(DirectoryService service)
          Does nothing by default.
 void CoreContextFactory.afterSync(DirectoryService service)
          Does nothing by default.
 void CoreContextFactory.beforeShutdown(DirectoryService service)
          Does nothing by default.
 void CoreContextFactory.beforeStartup(DirectoryService service)
          Does nothing by default.
 void CoreContextFactory.beforeSync(DirectoryService service)
          Does nothing by default.
 

Constructors in org.apache.directory.server.core.jndi with parameters of type DirectoryService
ServerContext(DirectoryService service, java.util.Hashtable env)
          Must be called by all subclasses to initialize the nexus proxy and the environment settings to be used by this Context implementation.
ServerContext(DirectoryService service, LdapPrincipal principal, 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(DirectoryService service, java.util.Hashtable env)
          Creates a new ServerDirContext by reading the PROVIDER_URL to resolve the distinguished name for this context.
ServerDirContext(DirectoryService service, LdapPrincipal principal, 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.
ServerLdapContext(DirectoryService service, java.util.Hashtable env)
          Creates an instance of an ServerLdapContext.
 

Uses of DirectoryService in org.apache.directory.server.core.partition
 

Constructors in org.apache.directory.server.core.partition with parameters of type DirectoryService
PartitionNexusProxy(javax.naming.Context caller, DirectoryService service)
          Creates a new instance.
 

Uses of DirectoryService in org.apache.directory.server.jndi
 

Methods in org.apache.directory.server.jndi with parameters of type DirectoryService
 void ServerContextFactory.afterShutdown(DirectoryService service)
           
 void ServerContextFactory.afterStartup(DirectoryService service)
           
 void ServerContextFactory.beforeStartup(DirectoryService service)
           
 



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