|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.tangosol.application.ContainerAdapter.DefaultContext
public static class ContainerAdapter.DefaultContext
The ContainerAdapter.DefaultContext represents the context for an application.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.tangosol.application.Context |
|---|
Context.ExtendedContext |
| Constructor Summary | |
|---|---|
ContainerAdapter.DefaultContext(CacheFactoryBuilder builder, java.lang.ClassLoader loader, java.lang.String sAppName, ConfigurableCacheFactory factory, java.lang.String sCacheConfigURI, ServiceMonitor monitor, java.lang.String sPofConfigURI)Constructor. |
|
ContainerAdapter.DefaultContext(Context context)Constructor copying from the passed in parameter. |
|
| Method Summary | |
|---|---|
ConfigurableCacheFactory |
getConfigurableCacheFactory()Return the ConfigurableCacheFactory. |
Context.ExtendedContext |
getExtendedContext()Returns the Context.ExtendedContext for this Context.ExtendedContext. |
Context |
setFactory(ConfigurableCacheFactory ccf)Sets the ConfigurableCacheFactory. |
| Constructor Detail |
|---|
public ContainerAdapter.DefaultContext(Context context)
context - the Context to copy from
public ContainerAdapter.DefaultContext(CacheFactoryBuilder builder,
java.lang.ClassLoader loader,
java.lang.String sAppName,
ConfigurableCacheFactory factory,
java.lang.String sCacheConfigURI,
ServiceMonitor monitor,
java.lang.String sPofConfigURI)
builder - the CacheFactoryBuilder to useloader - the ClassLoader to usesAppName - the application name to usefactory - the ConfigurableCacheFactorysCacheConfigURI - the cache configuration URImonitor - the ServiceMonitor to usesPofConfigURI - the POF configuration URI| Method Detail |
|---|
public ConfigurableCacheFactory getConfigurableCacheFactory()
ConfigurableCacheFactory. This method will return the same reference as a call to
ctx.getExtendedContext().getCacheFactoryBuilder().getConfigurableCacheFactory(ctx.getClassLoader());
getConfigurableCacheFactory in interface ContextConfigurableCacheFactorypublic Context.ExtendedContext getExtendedContext()
Context.ExtendedContext for this Context.ExtendedContext.getExtendedContext in interface ContextContext.ExtendedContext.public Context setFactory(ConfigurableCacheFactory ccf)
ConfigurableCacheFactory.ccf - the ConfigurableCacheFactory to set
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||