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