| 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.ExtendedContext
Deprecated.
as of 12.2.1, left only for backward compatibility
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ContainerAdapter.DefaultContext
The
ContainerAdapter.DefaultContext represents the context for an application. |
| Modifier and Type | Method and Description |
|---|---|
Context |
ContainerAdapter.getApplicationContext()
Return the
Context for 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
ConfigurableCacheFactory based on a given ClassLoader and cache configuration XML. |
static ExtensibleConfigurableCacheFactory.Dependencies |
ExtensibleConfigurableCacheFactory.DependenciesHelper.newInstance(XmlElement xmlConfig, ClassLoader loader, String sPofConfigUri, String sScopeName, Context context)
Construct an
ExtensibleConfigurableCacheFactory ExtensibleConfigurableCacheFactory.Dependencies instance based on the information defined by XmlElement that of which is compliant with the "coherence-cache-config.xsd". |