| 
 | 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.DefaultExtendedContext
com.tangosol.application.ContainerAdapter.DefaultExtendedContext
public static class ContainerAdapter.DefaultExtendedContext
The ContainerAdapter.DefaultContext represents the context for an application.
| Constructor Summary | |
|---|---|
| ContainerAdapter.DefaultExtendedContext(CacheFactoryBuilder builder, java.lang.ClassLoader loader, java.lang.String sAppName, java.lang.String sCacheConfigURI, ServiceMonitor monitor, java.lang.String sPofConfigURI)Constructor. | |
| ContainerAdapter.DefaultExtendedContext(Context.ExtendedContext extendedContext)Constructor copying from the passed in parameter. | |
| 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 CacheFactoryBuilderin use. | 
|  java.lang.ClassLoader | getClassLoader()Return the ClassLoaderin use. | 
|  java.lang.String | getPofConfigURI()Return the POF configuration URI. | 
|  ServiceMonitor | getServiceMonitor()Return the keep alive facility for the application services. | 
| Constructor Detail | 
|---|
public ContainerAdapter.DefaultExtendedContext(Context.ExtendedContext extendedContext)
extendedContext - the Context.ExtendedContext to copy from
public ContainerAdapter.DefaultExtendedContext(CacheFactoryBuilder builder,
                                               java.lang.ClassLoader loader,
                                               java.lang.String sAppName,
                                               java.lang.String sCacheConfigURI,
                                               ServiceMonitor monitor,
                                               java.lang.String sPofConfigURI)
builder - the CacheFactoryBuilder to useloader - the ClassLoader to usesAppName - the application name to usesCacheConfigURI - the cache configuration URImonitor - the ServiceMonitor to usesPofConfigURI - the POF configuration URI| Method Detail | 
|---|
public CacheFactoryBuilder getCacheFactoryBuilder()
CacheFactoryBuilder in use.getCacheFactoryBuilder in interface Context.ExtendedContextCacheFactoryBuilderpublic java.lang.ClassLoader getClassLoader()
ClassLoader in use.getClassLoader in interface Context.ExtendedContextClassLoader.public java.lang.String getApplicationName()
getApplicationName in interface Context.ExtendedContextpublic ServiceMonitor getServiceMonitor()
getServiceMonitor in interface Context.ExtendedContextServiceMonitorpublic java.lang.String getPofConfigURI()
For advanced use cases, the resource identified by this URI can be found by calling:
    ctx.getExtendedContext().getClassLoader().getResource(ctx.getPofConfigUri());
 
getPofConfigURI in interface Context.ExtendedContextpublic java.lang.String getCacheConfigURI()
getCacheConfigURI in interface Context.ExtendedContext| 
 | 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 | |||||||