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 ContainerContextContainerAdapter. m_containerCtxThe ContainerContext.Methods in com.tangosol.application that return ContainerContext Modifier and Type Method Description ContainerContextContainerAdapter.DefaultContext. getContainerContext()Return theContainerContextassociated with the ContainerAdapter.ContainerContextContainerAdapter. getContainerContext()Return theContainerContextused by this ContainerAdapter.ContainerContextContext. getContainerContext()Return theContainerContextassociated with the ContainerAdapter.ContainerContextContainerContext. getCurrentThreadContext()Obtain the ContainerContext associated with the current thread.ContainerContextContainerContext. getGlobalContext()Obtain the ContainerContext associated with GLOBAL Domain Partition.static ContainerContextContainerHelper. 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 ContainerContextContainerHelper. 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 voidContainerAdapter. 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 StringServiceScheme. 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 ContainerContextExecutionContext. m_containerContextThe currentContainerContextbeing 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 classDefaultCacheServer.SimpleContextSimple ContainerContext implementation.Fields in com.tangosol.net declared as ContainerContext Modifier and Type Field Description static ContainerContextDefaultCacheServer.SimpleContext. GLOBAL_CONTEXTThe GLOBAL context.Methods in com.tangosol.net that return ContainerContext Modifier and Type Method Description ContainerContextDefaultCacheServer.LifecycleContext. getContainerContext()ContainerContextExtensibleConfigurableCacheFactory. getContainerContext()Return the ContainerContext associated with this ECCF.ContainerContextDefaultCacheServer.SimpleContext. getCurrentThreadContext()ContainerContextDefaultCacheServer.SimpleContext. getGlobalContext()protected ContainerContextDefaultCacheServer. 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.ParameterResolverExtensibleConfigurableCacheFactory. getParameterResolver(String sCacheName, ClassLoader loader, BackingMapManagerContext ctxBMM, ContainerContext ctxContainer)Return the ParameterResolver that has been initialized with the built-in Coherence parameters. 
 -