Uses of Interface
com.tangosol.application.Context
Packages that use Context
Package
Description
Low-level utilities for Coherence gRPC server and client implementation.
Contains classes supporting the Coherence Container.
Defines the Coherence configuration object model classes and interfaces for
Caching and Service Schemes.
Contains basic cluster interfaces and factories.
-
Uses of Context in com.oracle.coherence.grpc
Methods in com.oracle.coherence.grpc that return types with arguments of type ContextModifier and TypeMethodDescriptionGrpcService.Dependencies.getContext()
Return the optional applicationContext
. -
Uses of Context in com.tangosol.application
Subinterfaces of Context in com.tangosol.applicationModifier and TypeInterfaceDescriptionstatic interface
Deprecated.as of 12.2.1, left only for backward compatibilityClasses in com.tangosol.application that implement ContextModifier and TypeClassDescriptionstatic class
TheContainerAdapter.DefaultContext
represents the context for an application.Methods in com.tangosol.application that return ContextModifier and TypeMethodDescriptionContainerAdapter.getApplicationContext()
Return theContext
for the application.Methods in com.tangosol.application with parameters of type ContextModifier and TypeMethodDescriptionvoid
Called after the application is started.void
Called after the application is stopped.void
Called before the application is activated.void
Called before the application stops its services and disposes of its resources. -
Uses of Context in com.tangosol.coherence.config.scheme
Methods in com.tangosol.coherence.config.scheme with parameters of type ContextModifier and TypeMethodDescriptionvoid
AbstractServiceScheme.setApplicationContext
(Context context) Set the application Context. -
Uses of Context in com.tangosol.net
Classes in com.tangosol.net that implement ContextModifier and TypeClassDescriptionprotected class
Methods in com.tangosol.net that return ContextModifier and TypeMethodDescriptionExtensibleConfigurableCacheFactory.getApplicationContext()
Return the application Context associated with this ECCF.Methods in com.tangosol.net that return types with arguments of type ContextModifier and TypeMethodDescriptionCoherenceConfiguration.getApplicationContext()
CoherenceConfiguration.SimpleConfig.getApplicationContext()
Methods in com.tangosol.net with parameters of type ContextModifier and TypeMethodDescriptionprotected ConfigurableCacheFactory
ScopedCacheFactoryBuilder.instantiateFactory
(ClassLoader loader, XmlElement xmlConfig, XmlElement xmlFactory, String sPofConfigURI, String sScopeName, Context ctx, ParameterResolver resolver) Create a new instance ofConfigurableCacheFactory
based on a givenClassLoader
and cache configuration XML.ExtensibleConfigurableCacheFactory.DependenciesHelper.newInstance
(XmlElement xmlConfig, ClassLoader loader, String sPofConfigUri, String sScopeName, Context context) Construct anExtensibleConfigurableCacheFactory
ExtensibleConfigurableCacheFactory.Dependencies
instance based on the information defined byXmlElement
that of which is compliant with the "coherence-cache-config.xsd".ExtensibleConfigurableCacheFactory.DependenciesHelper.newInstance
(XmlElement xmlConfig, ClassLoader loader, String sPofConfigUri, String sScopeName, Context context, ParameterResolver resolver) Construct anExtensibleConfigurableCacheFactory
ExtensibleConfigurableCacheFactory.Dependencies
instance based on the information defined byXmlElement
that of which is compliant with the "coherence-cache-config.xsd".CoherenceConfiguration.Builder.withApplicationContext
(Context context) Set theapplication context
to associate to theCoherence
instance.