Package | Description |
---|---|
com.tangosol.application |
Contains classes supporting the Coherence Container.
|
com.tangosol.coherence.dslquery | |
com.tangosol.net |
Contains basic cluster interfaces and factories.
|
Modifier and Type | Field and Description |
---|---|
protected ContainerContext |
ContainerAdapter.m_containerCtx
The ContainerContext.
|
Modifier and Type | Method and Description |
---|---|
ContainerContext |
ContainerAdapter.getContainerContext()
Return the
ContainerContext used by this ContainerAdapter. |
ContainerContext |
ContainerAdapter.DefaultContext.getContainerContext()
Return the
ContainerContext associated with the ContainerAdapter. |
ContainerContext |
Context.getContainerContext()
Return the
ContainerContext associated with the ContainerAdapter. |
ContainerContext |
ContainerContext.getCurrentThreadContext()
Obtain the ContainerContext associated with the current thread.
|
ContainerContext |
ContainerContext.getGlobalContext()
Obtain the ContainerContext associated with GLOBAL Domain Partition.
|
static ContainerContext |
ContainerHelper.getSwitchCurrentContext(Service service)
Given the ContainerContext associated with the specified Service and the current thread's context, return a ContainerContext instance that should be used by the Service thread to perform actions on behalf of the current thread's context.
|
static ContainerContext |
ContainerHelper.getSwitchServiceContext(Service service)
Given the ContainerContext associated with the specified Service and the current thread's context, return a ContainerContext instance that should be used by the current thread to perform actions on behalf of the Service thread's context.
|
Modifier and Type | Method and Description |
---|---|
void |
ContainerAdapter.setContainerContext(ContainerContext ctx)
Set the ContainerContext associated with this ContainerAdapter instance.
|
Constructor and Description |
---|
ContextAwareListener(ContainerContext context, MapListener listener)
Construct the ContextAwareListener.
|
ContextAwarePrimingListener(ContainerContext context, MapListener listener)
Construct the ContextAwarePrimingListener.
|
ContextAwareSyncListener(ContainerContext context, MapListener listener)
Construct the ContextAwareListener.
|
DefaultContext(CacheFactoryBuilder builder, ClassLoader loader, String sAppName, String sCacheConfigURI, ServiceMonitor monitor, String sPofConfigURI, ContainerContext ctx)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
protected ContainerContext |
ExecutionContext.m_containerContext
The current
ContainerContext being used if QueryPlus has been started with both the -g argument to load a GAR file and the -tenants argument to set a list of tenants. |
Modifier and Type | Class and Description |
---|---|
protected static class |
DefaultCacheServer.SimpleContext
Simple ContainerContext implementation.
|
Modifier and Type | Field and Description |
---|---|
static ContainerContext |
DefaultCacheServer.SimpleContext.GLOBAL_CONTEXT
The GLOBAL context.
|
Modifier and Type | Method and Description |
---|---|
ContainerContext |
ExtensibleConfigurableCacheFactory.getContainerContext()
Return the ContainerContext associated with this ECCF.
|
ContainerContext |
DefaultCacheServer.SimpleContext.getCurrentThreadContext() |
ContainerContext |
DefaultCacheServer.SimpleContext.getGlobalContext() |
protected ContainerContext |
DefaultCacheServer.instantiateContext(String sTenant, ContainerAdapter adapter)
Factory pattern: instantiate the SimpleContext
|
Modifier and Type | Method and Description |
---|---|
com.tangosol.config.expression.ParameterResolver |
ExtensibleConfigurableCacheFactory.getParameterResolver(String sCacheName, ClassLoader loader, BackingMapManagerContext ctxBMM, ContainerContext ctxContainer)
Return the ParameterResolver that has been initialized with the built-in Coherence parameters.
|