|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DirectoryServiceConfiguration
Represents the global configuration of currently running
DirectoryService
. You can access all properties of
DirectoryService
and get JNDI Context
s it provides
via this interface.
Method Summary | |
---|---|
java.util.Hashtable |
getEnvironment()
Returns the initial context environment of the DirectoryService . |
GlobalRegistries |
getGlobalRegistries()
Returns the registries for system schema objects of the DirectoryService . |
java.lang.String |
getInstanceId()
Returns the instance ID of the DirectoryService . |
InterceptorChain |
getInterceptorChain()
Returns the interceptor chain of the DirectoryService . |
PartitionNexus |
getPartitionNexus()
Returns the PartitionNexus of the DirectoryService
which bypasses the interceptor chain. |
DirectoryService |
getService()
Returns the DirectoryService for this configuration. |
DirectoryServiceListener |
getServiceListener()
Returns the listener that listens to service events. |
StartupConfiguration |
getStartupConfiguration()
Returns the startup configuration of the DirectoryService . |
boolean |
isFirstStart()
Returns true if this service is started and bootstrap entries have been created for the first time. |
Method Detail |
---|
DirectoryService getService()
DirectoryService
for this configuration.
java.lang.String getInstanceId()
DirectoryService
.
DirectoryServiceListener getServiceListener()
java.util.Hashtable getEnvironment()
DirectoryService
.
StartupConfiguration getStartupConfiguration()
DirectoryService
.
GlobalRegistries getGlobalRegistries()
DirectoryService
.
PartitionNexus getPartitionNexus()
PartitionNexus
of the DirectoryService
which bypasses the interceptor chain.
InterceptorChain getInterceptorChain()
DirectoryService
.
boolean isFirstStart()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |