|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public DirectoryService getService()
DirectoryService
for this configuration.
public java.lang.String getInstanceId()
DirectoryService
.
public DirectoryServiceListener getServiceListener()
public java.util.Hashtable getEnvironment()
DirectoryService
.
public StartupConfiguration getStartupConfiguration()
DirectoryService
.
public GlobalRegistries getGlobalRegistries()
DirectoryService
.
public PartitionNexus getPartitionNexus()
PartitionNexus
of the DirectoryService
which bypasses the interceptor chain.
public InterceptorChain getInterceptorChain()
DirectoryService
.
public boolean isFirstStart()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |