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 ContainerContextContainerAdapter.m_containerCtxThe ContainerContext.Methods in com.tangosol.application that return ContainerContextModifier and TypeMethodDescriptionContainerAdapter.DefaultContext.getContainerContext()Return theContainerContextassociated with the ContainerAdapter.ContainerAdapter.getContainerContext()Return theContainerContextused by this ContainerAdapter.Context.getContainerContext()Return theContainerContextassociated with the ContainerAdapter.ContainerContext.getCurrentThreadContext()Obtain the ContainerContext associated with the current thread.ContainerContext.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 ContainerContextModifier and TypeMethodDescriptionvoidContainerAdapter.setContainerContext(ContainerContext ctx) Set the ContainerContext associated with this ContainerAdapter instance.Constructors in com.tangosol.application with parameters of type ContainerContextModifierConstructorDescriptionprotectedContextAwareListener(ContainerContext context, MapListener listener) Construct the ContextAwareListener.protectedContextAwarePrimingListener(ContainerContext context, MapListener listener) Construct the ContextAwarePrimingListener.protectedContextAwareSyncListener(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 TypeMethodDescriptionvoidResourceMapping.postConstruct(ContainerContext context, R resource, ParameterResolver resolver, MapBuilder.Dependencies dependencies) voidTopicMapping.postConstruct(ContainerContext context, R topic, ParameterResolver resolver, MapBuilder.Dependencies dependencies) voidResourceMapping.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 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 ContainerContextModifier and TypeFieldDescriptionprotected 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 ContainerContextModifier and TypeClassDescriptionstatic classSimple ContainerContext implementation.Fields in com.tangosol.net declared as ContainerContextModifier and TypeFieldDescriptionstatic final ContainerContextDefaultCacheServer.SimpleContext.GLOBAL_CONTEXTThe 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 ContainerContextDefaultCacheServer.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.