Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


com.tangosol.application
Interface Context

All Known Implementing Classes:
ContainerAdapter.DefaultContext

public interface Context

A Context.ExtendedContext contains the context parameters for a Coherence application.

Since:
Coherence 12.1.2
Author:
cf 2011.07.01

Nested Class Summary
static interface Context.ExtendedContext
          The Context.ExtendedContext contains parameters that may be used for advanced creation and management of ConfigurableCacheFactory instances.

 

Method Summary
 ConfigurableCacheFactory getConfigurableCacheFactory()
          Return the ConfigurableCacheFactory.
 Context.ExtendedContext getExtendedContext()
          Returns the Context.ExtendedContext for this Context.ExtendedContext.

 

Method Detail

getConfigurableCacheFactory

ConfigurableCacheFactory getConfigurableCacheFactory()
Return the ConfigurableCacheFactory. This method will return the same reference as a call to
    ctx.getExtendedContext().getCacheFactoryBuilder().getConfigurableCacheFactory(ctx.getClassLoader());
 
Returns:
the ConfigurableCacheFactory

getExtendedContext

Context.ExtendedContext getExtendedContext()
Returns the Context.ExtendedContext for this Context.ExtendedContext.
Returns:
the Context.ExtendedContext.

Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


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