Uses of Interface
com.tangosol.application.ContainerContext
Packages that use ContainerContext
Package
Description
Contains classes supporting the Coherence Container.
Defines the Coherence configuration object model for accessing, customizing
and or modifying configuration.
Defines the Coherence configuration object model classes and interfaces for
Caching and Service Schemes.
Contains packages and classes supporting the Coherence CohQL command line tool.
Contains basic cluster interfaces and factories.
-
Uses of ContainerContext in com.tangosol.application
Fields in com.tangosol.application declared as ContainerContextModifier and TypeFieldDescriptionprotected ContainerContext
ContainerAdapter.m_containerCtx
The ContainerContext.Methods in com.tangosol.application that return ContainerContextModifier and TypeMethodDescriptionContainerAdapter.DefaultContext.getContainerContext()
Return theContainerContext
associated with the ContainerAdapter.ContainerAdapter.getContainerContext()
Return theContainerContext
used by this ContainerAdapter.Context.getContainerContext()
Return theContainerContext
associated with the ContainerAdapter.ContainerContext.getCurrentThreadContext()
Obtain the ContainerContext associated with the current thread.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 ContainerContextModifier and TypeMethodDescriptionvoid
ContainerAdapter.setContainerContext
(ContainerContext ctx) Set the ContainerContext associated with this ContainerAdapter instance.Constructors in com.tangosol.application with parameters of type ContainerContextModifierConstructorDescriptionprotected
ContextAwareListener
(ContainerContext context, MapListener listener) Construct the ContextAwareListener.protected
ContextAwarePrimingListener
(ContainerContext context, MapListener listener) Construct the ContextAwarePrimingListener.protected
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
Methods in com.tangosol.coherence.config with parameters of type ContainerContextModifier and TypeMethodDescriptionvoid
ResourceMapping.postConstruct
(ContainerContext context, R resource, ParameterResolver resolver, MapBuilder.Dependencies dependencies) void
TopicMapping.postConstruct
(ContainerContext context, R topic, ParameterResolver resolver, MapBuilder.Dependencies dependencies) void
ResourceMapping.preConstruct
(ContainerContext context, ParameterResolver resolver, MapBuilder.Dependencies dependencies) -
Uses of ContainerContext in com.tangosol.coherence.config.scheme
Methods in com.tangosol.coherence.config.scheme with parameters of type ContainerContextModifier and TypeMethodDescriptionstatic 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 ContainerContextModifier and TypeFieldDescriptionprotected 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 ContainerContextModifier and TypeClassDescriptionstatic class
Simple ContainerContext implementation.Fields in com.tangosol.net declared as ContainerContextModifier and TypeFieldDescriptionstatic final ContainerContext
DefaultCacheServer.SimpleContext.GLOBAL_CONTEXT
The GLOBAL context.Methods in com.tangosol.net that return ContainerContextModifier and TypeMethodDescriptionDefaultCacheServer.LifecycleContext.getContainerContext()
ExtensibleConfigurableCacheFactory.getContainerContext()
Return the ContainerContext associated with this ECCF.DefaultCacheServer.SimpleContext.getCurrentThreadContext()
DefaultCacheServer.SimpleContext.getGlobalContext()
protected ContainerContext
DefaultCacheServer.instantiateContext
(String sTenant, ContainerAdapter adapter) Factory pattern: instantiate the SimpleContextMethods in com.tangosol.net with parameters of type ContainerContextModifier and TypeMethodDescription<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.ExtensibleConfigurableCacheFactory.getParameterResolver
(String sCacheName, ClassLoader loader, BackingMapManagerContext ctxBMM, ContainerContext ctxContainer) Return the ParameterResolver that has been initialized with the built-in Coherence parameters.