Uses of Interface
com.tangosol.application.Context
-
Packages that use Context Package Description com.oracle.coherence.grpc.proxy The Coherence gRPC server implementation.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.net Contains basic cluster interfaces and factories. -
-
Uses of Context in com.oracle.coherence.grpc.proxy
Methods in com.oracle.coherence.grpc.proxy that return types with arguments of type Context Modifier and Type Method Description Optional<Context>GrpcServiceDependencies.DefaultDependencies. getContext()Optional<Context>GrpcServiceDependencies. getContext()Return the optional applicationContext.Methods in com.oracle.coherence.grpc.proxy with parameters of type Context Modifier and Type Method Description voidGrpcServerController.Listener. postStart(Context ctx)voidGrpcServerController.Listener. postStop(Context ctx)voidGrpcServerController.Listener. preStart(Context ctx)voidGrpcServerController.Listener. preStop(Context ctx)voidGrpcServiceDependencies.DefaultDependencies. setContext(Context context)Set theContext. -
Uses of Context in com.tangosol.application
Subinterfaces of Context in com.tangosol.application Modifier and Type Interface Description static interfaceContext.ExtendedContextDeprecated.as of 12.2.1, left only for backward compatibilityClasses in com.tangosol.application that implement Context Modifier and Type Class Description static classContainerAdapter.DefaultContextTheContainerAdapter.DefaultContextrepresents the context for an application.Methods in com.tangosol.application that return Context Modifier and Type Method Description ContextContainerAdapter. getApplicationContext()Return theContextfor the application.Methods in com.tangosol.application with parameters of type Context Modifier and Type Method Description voidLifecycleListener. postStart(Context ctx)Called after the application is started.voidLifecycleListener. postStop(Context ctx)Called after the application is stopped.voidLifecycleListener. preStart(Context ctx)Called before the application is activated.voidLifecycleListener. preStop(Context ctx)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 Context Modifier and Type Method Description voidAbstractServiceScheme. setApplicationContext(Context context)Set the application Context. -
Uses of Context in com.tangosol.net
Classes in com.tangosol.net that implement Context Modifier and Type Class Description protected classDefaultCacheServer.LifecycleContextMethods in com.tangosol.net that return Context Modifier and Type Method Description ContextExtensibleConfigurableCacheFactory. getApplicationContext()Return the application Context associated with this ECCF.Methods in com.tangosol.net that return types with arguments of type Context Modifier and Type Method Description default Optional<Context>CoherenceConfiguration. getApplicationContext()Optional<Context>CoherenceConfiguration.SimpleConfig. getApplicationContext()Methods in com.tangosol.net with parameters of type Context Modifier and Type Method Description protected 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.static ExtensibleConfigurableCacheFactory.DependenciesExtensibleConfigurableCacheFactory.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".static ExtensibleConfigurableCacheFactory.DependenciesExtensibleConfigurableCacheFactory.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.BuilderCoherenceConfiguration.Builder. withApplicationContext(Context context)Set theapplication contextto associate to theCoherenceinstance.
-