|
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 | |||||||
public static interface Context.ExtendedContext
The Context.ExtendedContext contains parameters that may be used for advanced creation and management of ConfigurableCacheFactory instances.
| Method Summary | |
|---|---|
java.lang.String |
getApplicationName()Return the name of the application. |
java.lang.String |
getCacheConfigURI()Return the cache configuration URI. |
CacheFactoryBuilder |
getCacheFactoryBuilder()Return the CacheFactoryBuilder in use. |
java.lang.ClassLoader |
getClassLoader()Return the ClassLoader in use. |
java.lang.String |
getPofConfigURI()Return the POF configuration URI. |
ServiceMonitor |
getServiceMonitor()Return the keep alive facility for the application services. |
| Method Detail |
|---|
CacheFactoryBuilder getCacheFactoryBuilder()
CacheFactoryBuilder in use.CacheFactoryBuilderjava.lang.ClassLoader getClassLoader()
ClassLoader in use.ClassLoader.java.lang.String getApplicationName()
ServiceMonitor getServiceMonitor()
ServiceMonitorjava.lang.String getPofConfigURI()
For advanced use cases, the resource identified by this URI can be found by calling:
ctx.getExtendedContext().getClassLoader().getResource(ctx.getPofConfigUri());
java.lang.String getCacheConfigURI()
|
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 | |||||||