| Package | Description | 
|---|---|
| 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. | 
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | Context.ExtendedContextDeprecated. 
 as of 12.2.1, left only for backward compatibility | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | ContainerAdapter.DefaultContextThe  ContainerAdapter.DefaultContextrepresents the context for an application. | 
| Modifier and Type | Method and Description | 
|---|---|
| Context | ContainerAdapter. getApplicationContext()Return the  Contextfor the application. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | LifecycleListener. postStart(Context ctx)Called after the application is started. | 
| void | LifecycleListener. postStop(Context ctx)Called after the application is stopped. | 
| void | LifecycleListener. preStart(Context ctx)Called before the application is activated. | 
| void | LifecycleListener. preStop(Context ctx)Called before the application stops its services and disposes of its resources. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AbstractServiceScheme. setApplicationContext(Context context)Set the application Context. | 
| Modifier and Type | Method and Description | 
|---|---|
| Context | ExtensibleConfigurableCacheFactory. getApplicationContext()Return the application Context associated with this ECCF. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected ConfigurableCacheFactory | ScopedCacheFactoryBuilder. instantiateFactory(ClassLoader loader, XmlElement xmlConfig, XmlElement xmlFactory, String sPofConfigURI, String sScopeName, Context ctx)Create a new instance of  ConfigurableCacheFactorybased on a givenClassLoaderand cache configuration XML. | 
| static ExtensibleConfigurableCacheFactory.Dependencies | ExtensibleConfigurableCacheFactory.DependenciesHelper. newInstance(XmlElement xmlConfig, ClassLoader loader, String sPofConfigUri, String sScopeName, Context context)Construct an  ExtensibleConfigurableCacheFactoryExtensibleConfigurableCacheFactory.Dependenciesinstance based on the information defined byXmlElementthat of which is compliant with the "coherence-cache-config.xsd". |