Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


com.tangosol.application
Interface Context.ExtendedContext

All Known Implementing Classes:
ContainerAdapter.DefaultExtendedContext
Enclosing interface:
Context

public static interface Context.ExtendedContext

The Context.ExtendedContext contains parameters that may be used for advanced creation and management of ConfigurableCacheFactory instances.

Since:
Coherence 12.1.2
Author:
cf 2011.07.01

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

getCacheFactoryBuilder

CacheFactoryBuilder getCacheFactoryBuilder()
Return the CacheFactoryBuilder in use.
Returns:
the CacheFactoryBuilder

getClassLoader

java.lang.ClassLoader getClassLoader()
Return the ClassLoader in use.
Returns:
the ClassLoader.

getApplicationName

java.lang.String getApplicationName()
Return the name of the application.
Returns:
the name of the application.

getServiceMonitor

ServiceMonitor getServiceMonitor()
Return the keep alive facility for the application services.
Returns:
the ServiceMonitor

getPofConfigURI

java.lang.String getPofConfigURI()
Return the POF configuration URI.

For advanced use cases, the resource identified by this URI can be found by calling:

    ctx.getExtendedContext().getClassLoader().getResource(ctx.getPofConfigUri());
 
Returns:
the POF configuration URI

getCacheConfigURI

java.lang.String getCacheConfigURI()
Return the cache configuration URI.
Returns:
the cache configuration URI

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.