Skip navigation links

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

E47890-01


com.tangosol.net
Class ExtensibleConfigurableCacheFactory.DependenciesHelper

java.lang.Object
  extended by com.tangosol.net.ExtensibleConfigurableCacheFactory.DependenciesHelper

Enclosing class:
ExtensibleConfigurableCacheFactory

public static class ExtensibleConfigurableCacheFactory.DependenciesHelper
extends java.lang.Object

The ExtensibleConfigurableCacheFactory.DependenciesHelper provides helper method for constructing ExtensibleConfigurableCacheFactory.Dependencies implementations for ExtensibleConfigurableCacheFactorys.


Constructor Summary
ExtensibleConfigurableCacheFactory.DependenciesHelper()
           

 

Method Summary
static ExtensibleConfigurableCacheFactory.Dependencies newInstance()
          Construct an ExtensibleConfigurableCacheFactory ExtensibleConfigurableCacheFactory.Dependencies instance based on Coherence defaults.
static ExtensibleConfigurableCacheFactory.Dependencies newInstance(java.lang.String sPath)
          Construct an ExtensibleConfigurableCacheFactory ExtensibleConfigurableCacheFactory.Dependencies instance based on the information defined by the specified cache configuration file/resource that of which is compliant with the "coherence-cache-config.xsd".
static ExtensibleConfigurableCacheFactory.Dependencies newInstance(java.lang.String sPath, java.lang.ClassLoader contextClassLoader)
          Construct an ExtensibleConfigurableCacheFactory ExtensibleConfigurableCacheFactory.Dependencies instance based on the information defined by the specified cache configuration file/resource that of which is compliant with the "coherence-cache-config.xsd".
static ExtensibleConfigurableCacheFactory.Dependencies newInstance(XmlElement xmlConfig)
          Construct an ExtensibleConfigurableCacheFactory ExtensibleConfigurableCacheFactory.Dependencies instance based on the information defined by XmlElement that of which is compliant with the "coherence-cache-config.xsd".
static ExtensibleConfigurableCacheFactory.Dependencies newInstance(XmlElement xmlConfig, java.lang.ClassLoader contextClassLoader)
          Construct an ExtensibleConfigurableCacheFactory ExtensibleConfigurableCacheFactory.Dependencies instance based on the information defined by XmlElement that of which is compliant with the "coherence-cache-config.xsd".
static ExtensibleConfigurableCacheFactory.Dependencies newInstance(XmlElement xmlConfig, java.lang.ClassLoader contextClassLoader, java.lang.String sPofConfigUri)
          Construct an ExtensibleConfigurableCacheFactory ExtensibleConfigurableCacheFactory.Dependencies instance based on the information defined by XmlElement that of which is compliant with the "coherence-cache-config.xsd".
static ExtensibleConfigurableCacheFactory.Dependencies newInstance(XmlElement xmlConfig, java.lang.ClassLoader contextClassLoader, java.lang.String sPofConfigUri, ScopeResolver scopeResolver)
          Construct an ExtensibleConfigurableCacheFactory ExtensibleConfigurableCacheFactory.Dependencies instance based on the information defined by XmlElement that of which is compliant with the "coherence-cache-config.xsd".

 

Constructor Detail

ExtensibleConfigurableCacheFactory.DependenciesHelper

public ExtensibleConfigurableCacheFactory.DependenciesHelper()

Method Detail

newInstance

public static ExtensibleConfigurableCacheFactory.Dependencies newInstance()
Construct an ExtensibleConfigurableCacheFactory ExtensibleConfigurableCacheFactory.Dependencies instance based on Coherence defaults.

newInstance

public static ExtensibleConfigurableCacheFactory.Dependencies newInstance(java.lang.String sPath)
Construct an ExtensibleConfigurableCacheFactory ExtensibleConfigurableCacheFactory.Dependencies instance based on the information defined by the specified cache configuration file/resource that of which is compliant with the "coherence-cache-config.xsd".
Parameters:
sPath - the configuration resource name or file path

newInstance

public static ExtensibleConfigurableCacheFactory.Dependencies newInstance(java.lang.String sPath,
                                                                          java.lang.ClassLoader contextClassLoader)
Construct an ExtensibleConfigurableCacheFactory ExtensibleConfigurableCacheFactory.Dependencies instance based on the information defined by the specified cache configuration file/resource that of which is compliant with the "coherence-cache-config.xsd".
Parameters:
sPath - the configuration resource name or file path
contextClassLoader - the optional ClassLoader that should be used to load configuration resources

newInstance

public static ExtensibleConfigurableCacheFactory.Dependencies newInstance(XmlElement xmlConfig)
Construct an ExtensibleConfigurableCacheFactory ExtensibleConfigurableCacheFactory.Dependencies instance based on the information defined by XmlElement that of which is compliant with the "coherence-cache-config.xsd".
Parameters:
xmlConfig - the XmlElement defining the configuration

newInstance

public static ExtensibleConfigurableCacheFactory.Dependencies newInstance(XmlElement xmlConfig,
                                                                          java.lang.ClassLoader contextClassLoader)
Construct an ExtensibleConfigurableCacheFactory ExtensibleConfigurableCacheFactory.Dependencies instance based on the information defined by XmlElement that of which is compliant with the "coherence-cache-config.xsd".
Parameters:
xmlConfig - the XmlElement defining the configuration
contextClassLoader - the optional ClassLoader that should be used to load configuration resources

newInstance

public static ExtensibleConfigurableCacheFactory.Dependencies newInstance(XmlElement xmlConfig,
                                                                          java.lang.ClassLoader contextClassLoader,
                                                                          java.lang.String sPofConfigUri)
Construct an ExtensibleConfigurableCacheFactory ExtensibleConfigurableCacheFactory.Dependencies instance based on the information defined by XmlElement that of which is compliant with the "coherence-cache-config.xsd".
Parameters:
xmlConfig - the XmlElement defining the configuration
contextClassLoader - the optional ClassLoader that should be used to load configuration resources
sPofConfigUri - the optional URI of the POF configuration file

newInstance

public static ExtensibleConfigurableCacheFactory.Dependencies newInstance(XmlElement xmlConfig,
                                                                          java.lang.ClassLoader contextClassLoader,
                                                                          java.lang.String sPofConfigUri,
                                                                          ScopeResolver scopeResolver)
Construct an ExtensibleConfigurableCacheFactory ExtensibleConfigurableCacheFactory.Dependencies instance based on the information defined by XmlElement that of which is compliant with the "coherence-cache-config.xsd".
Parameters:
xmlConfig - the XmlElement defining the configuration
contextClassLoader - the optional ClassLoader that should be used to load configuration resources
sPofConfigUri - the optional URI of the POF configuration file
scopeResolver - the optional ScopeResolver for the ExtensibleConfigurableCacheFactory

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.