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.oracle.coherence.grpc.proxy.common
Methods in com.oracle.coherence.grpc.proxy.common that return types with arguments of type ContextModifier and TypeMethodDescriptionGrpcServiceDependencies.DefaultDependencies.getContext()GrpcServiceDependencies.getContext()Return the optional applicationContext.Methods in com.oracle.coherence.grpc.proxy.common with parameters of type ContextModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidGrpcServiceDependencies.DefaultDependencies.setContext(Context context) Set theContext. -
Uses of Context in com.tangosol.application
Subinterfaces of Context in com.tangosol.applicationModifier and TypeInterfaceDescriptionstatic interfaceDeprecated.as of 12.2.1, left only for backward compatibilityClasses in com.tangosol.application that implement ContextModifier and TypeClassDescriptionstatic classTheContainerAdapter.DefaultContextrepresents the context for an application.Methods in com.tangosol.application that return ContextModifier and TypeMethodDescriptionContainerAdapter.getApplicationContext()Return theContextfor the application.Methods in com.tangosol.application with parameters of type ContextModifier and TypeMethodDescriptionvoidCalled after the application is started.voidCalled after the application is stopped.voidCalled before the application is activated.voidCalled 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 TypeMethodDescriptionvoidAbstractServiceScheme.setApplicationContext(Context context) Set the application Context. -
Uses of Context in com.tangosol.net
Classes in com.tangosol.net that implement ContextModifier and TypeClassDescriptionprotected classMethods 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 ConfigurableCacheFactoryScopedCacheFactoryBuilder.instantiateFactory(ClassLoader loader, XmlElement xmlConfig, XmlElement xmlFactory, String sPofConfigURI, String sScopeName, Context ctx, ParameterResolver resolver) Create a new instance ofConfigurableCacheFactorybased on a givenClassLoaderand cache configuration XML.ExtensibleConfigurableCacheFactory.DependenciesHelper.newInstance(XmlElement xmlConfig, ClassLoader loader, String sPofConfigUri, String sScopeName, Context context) Construct anExtensibleConfigurableCacheFactoryExtensibleConfigurableCacheFactory.Dependenciesinstance based on the information defined byXmlElementthat 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 anExtensibleConfigurableCacheFactoryExtensibleConfigurableCacheFactory.Dependenciesinstance based on the information defined byXmlElementthat of which is compliant with the "coherence-cache-config.xsd".CoherenceConfiguration.Builder.withApplicationContext(Context context) Set theapplication contextto associate to theCoherenceinstance.