Uses of Interface
com.tangosol.application.ContainerContext
-
Packages that use ContainerContext Package Description com.tangosol.application Contains classes supporting the Coherence Container.com.tangosol.coherence.config.scheme Defines the Coherence configuration object model classes and interfaces for Caching and Service Schemes.com.tangosol.coherence.dslquery Contains packages and classes supporting the Coherence CohQL command line tool.com.tangosol.net Contains basic cluster interfaces and factories. -
-
Uses of ContainerContext in com.tangosol.application
Fields in com.tangosol.application declared as ContainerContext Modifier and Type Field Description protected ContainerContext
ContainerAdapter. m_containerCtx
The ContainerContext.Methods in com.tangosol.application that return ContainerContext Modifier and Type Method Description ContainerContext
ContainerAdapter.DefaultContext. getContainerContext()
Return theContainerContext
associated with the ContainerAdapter.ContainerContext
ContainerAdapter. getContainerContext()
Return theContainerContext
used by this ContainerAdapter.ContainerContext
Context. getContainerContext()
Return theContainerContext
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.Methods in com.tangosol.application with parameters of type ContainerContext Modifier and Type Method Description void
ContainerAdapter. setContainerContext(ContainerContext ctx)
Set the ContainerContext associated with this ContainerAdapter instance.Constructors in com.tangosol.application with parameters of type ContainerContext Constructor 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. -
Uses of ContainerContext in com.tangosol.coherence.config.scheme
Methods in com.tangosol.coherence.config.scheme with parameters of type ContainerContext Modifier and Type Method Description static String
ServiceScheme. getScopePrefix(String sScopeName, ContainerContext context)
Return a scope name prefixed with any tenancy name. -
Uses of ContainerContext in com.tangosol.coherence.dslquery
Fields in com.tangosol.coherence.dslquery declared as ContainerContext Modifier and Type Field Description protected ContainerContext
ExecutionContext. m_containerContext
The currentContainerContext
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. -
Uses of ContainerContext in com.tangosol.net
Classes in com.tangosol.net that implement ContainerContext Modifier and Type Class Description static class
DefaultCacheServer.SimpleContext
Simple ContainerContext implementation.Fields in com.tangosol.net declared as ContainerContext Modifier and Type Field Description static ContainerContext
DefaultCacheServer.SimpleContext. GLOBAL_CONTEXT
The GLOBAL context.Methods in com.tangosol.net that return ContainerContext Modifier and Type Method Description ContainerContext
DefaultCacheServer.LifecycleContext. getContainerContext()
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 SimpleContextMethods in com.tangosol.net with parameters of type ContainerContext Modifier and Type Method Description <M extends ResourceMapping>
ParameterResolverExtensibleConfigurableCacheFactory. getParameterResolver(String sResourceName, Class<M> clzResourceMapping, ClassLoader loader, BackingMapManagerContext ctxBMM, ContainerContext ctxContainer)
Return the ParameterResolver that has been initialized with the built-in Coherence parameters.ParameterResolver
ExtensibleConfigurableCacheFactory. getParameterResolver(String sCacheName, ClassLoader loader, BackingMapManagerContext ctxBMM, ContainerContext ctxContainer)
Return the ParameterResolver that has been initialized with the built-in Coherence parameters.
-