|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContextFactoryService | |
org.apache.ldap.server.jndi |
Uses of ContextFactoryService in org.apache.ldap.server.jndi |
Methods in org.apache.ldap.server.jndi that return ContextFactoryService | |
static ContextFactoryService |
ContextFactoryService.getInstance()
Returns the default instance. |
static ContextFactoryService |
ContextFactoryService.getInstance(java.lang.String instanceId)
Returns ContextFactoryService with the specified instance ID. |
ContextFactoryService |
ContextFactoryConfiguration.getService()
Returns the ContextFactoryService for this configuration. |
Methods in org.apache.ldap.server.jndi with parameters of type ContextFactoryService | |
void |
CoreContextFactory.beforeStartup(ContextFactoryService service)
Does nothing by default. |
void |
CoreContextFactory.afterStartup(ContextFactoryService service)
Does nothing by default. |
void |
CoreContextFactory.beforeShutdown(ContextFactoryService service)
Does nothing by default. |
void |
CoreContextFactory.afterShutdown(ContextFactoryService service)
Does nothing by default. |
void |
CoreContextFactory.beforeSync(ContextFactoryService service)
Does nothing by default. |
void |
CoreContextFactory.afterSync(ContextFactoryService service)
Does nothing by default. |
void |
ContextFactoryServiceListener.beforeStartup(ContextFactoryService service)
Invoked before starting up ContextFactoryService . |
void |
ContextFactoryServiceListener.afterStartup(ContextFactoryService service)
Invoked after starting up ContextFactoryService . |
void |
ContextFactoryServiceListener.beforeShutdown(ContextFactoryService service)
Invoked before shutting down ContextFactoryService . |
void |
ContextFactoryServiceListener.afterShutdown(ContextFactoryService service)
Invoked after shutting down ContextFactoryService . |
void |
ContextFactoryServiceListener.beforeSync(ContextFactoryService service)
Invoked before calling sync() . |
void |
ContextFactoryServiceListener.afterSync(ContextFactoryService service)
Invoked after calling sync() . |
Constructors in org.apache.ldap.server.jndi with parameters of type ContextFactoryService | |
ServerLdapContext(ContextFactoryService service,
java.util.Hashtable env)
Creates an instance of an ServerLdapContext. |
|
ServerDirContext(ContextFactoryService service,
java.util.Hashtable env)
Creates a new ServerDirContext by reading the PROVIDER_URL to resolve the distinguished name for this context. |
|
ServerContext(ContextFactoryService 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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |