Package com.tangosol.net
Class DefaultCacheServer.LifecycleContext
java.lang.Object
com.tangosol.net.DefaultCacheServer.LifecycleContext
- All Implemented Interfaces:
 com.tangosol.application.Context
- Enclosing class:
 DefaultCacheServer
protected class DefaultCacheServer.LifecycleContext
extends Object
implements com.tangosol.application.Context
- 
Nested Class Summary
Nested classes/interfaces inherited from interface com.tangosol.application.Context
com.tangosol.application.Context.ExtendedContext - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionReturn the name of the application.Return the cache configuration URI.Return theCacheFactoryBuilderin use.Return theClassLoaderin use.Return the correspondingConfigurableCacheFactory.com.tangosol.application.ContainerContextReturn theContainerContextassociated with the ContainerAdapter.com.tangosol.application.Context.ExtendedContextDeprecated.Return the POF configuration URI.Return the keep-alive facility for the application services.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.tangosol.application.Context
getDefaultScope, getNamedSerializer 
- 
Constructor Details
- 
LifecycleContext
protected LifecycleContext() 
 - 
 - 
Method Details
- 
getConfigurableCacheFactory
Description copied from interface:com.tangosol.application.ContextReturn the correspondingConfigurableCacheFactory. This method will return the same reference as a call toctx.getExtendedContext().getCacheFactoryBuilder(). getConfigurableCacheFactory(ctx.getClassLoader());- Specified by:
 getConfigurableCacheFactoryin interfacecom.tangosol.application.Context- Returns:
 - the 
ConfigurableCacheFactory 
 - 
getCacheFactoryBuilder
Description copied from interface:com.tangosol.application.ContextReturn theCacheFactoryBuilderin use.- Specified by:
 getCacheFactoryBuilderin interfacecom.tangosol.application.Context- Returns:
 - the 
CacheFactoryBuilder 
 - 
getClassLoader
Description copied from interface:com.tangosol.application.ContextReturn theClassLoaderin use.- Specified by:
 getClassLoaderin interfacecom.tangosol.application.Context- Returns:
 - the 
ClassLoader 
 - 
getApplicationName
Description copied from interface:com.tangosol.application.ContextReturn the name of the application.- Specified by:
 getApplicationNamein interfacecom.tangosol.application.Context- Returns:
 - the name of the application
 
 - 
getServiceMonitor
Description copied from interface:com.tangosol.application.ContextReturn the keep-alive facility for the application services.- Specified by:
 getServiceMonitorin interfacecom.tangosol.application.Context- Returns:
 - the 
ServiceMonitor 
 - 
getPofConfigURI
Description copied from interface:com.tangosol.application.ContextReturn the POF configuration URI.For advanced use cases, the resource identified by this URI can be found by calling:
ctx.getExtendedContext().getClassLoader().getResource(ctx.getPofConfigUri());- Specified by:
 getPofConfigURIin interfacecom.tangosol.application.Context- Returns:
 - the POF configuration URI
 
 - 
getCacheConfigURI
Description copied from interface:com.tangosol.application.ContextReturn the cache configuration URI.- Specified by:
 getCacheConfigURIin interfacecom.tangosol.application.Context- Returns:
 - the cache configuration URI
 
 - 
getContainerContext
public com.tangosol.application.ContainerContext getContainerContext()Description copied from interface:com.tangosol.application.ContextReturn theContainerContextassociated with the ContainerAdapter.- Specified by:
 getContainerContextin interfacecom.tangosol.application.Context- Returns:
 - the 
ContainerContextinstance or null 
 - 
getExtendedContext
Deprecated.- Specified by:
 getExtendedContextin interfacecom.tangosol.application.Context- Returns:
 - the 
Context.ExtendedContext 
 
 -