|
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.net.ExtensibleConfigurableCacheFactory.DependenciesHelper
public static class ExtensibleConfigurableCacheFactory.DependenciesHelper
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 |
|---|
public ExtensibleConfigurableCacheFactory.DependenciesHelper()
| Method Detail |
|---|
public static ExtensibleConfigurableCacheFactory.Dependencies newInstance()
ExtensibleConfigurableCacheFactory ExtensibleConfigurableCacheFactory.Dependencies instance based on Coherence defaults.public static ExtensibleConfigurableCacheFactory.Dependencies newInstance(java.lang.String sPath)
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".sPath - the configuration resource name or file path
public static ExtensibleConfigurableCacheFactory.Dependencies newInstance(java.lang.String sPath,
java.lang.ClassLoader contextClassLoader)
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".sPath - the configuration resource name or file pathcontextClassLoader - the optional ClassLoader that should be used to load configuration resourcespublic static ExtensibleConfigurableCacheFactory.Dependencies newInstance(XmlElement xmlConfig)
ExtensibleConfigurableCacheFactory ExtensibleConfigurableCacheFactory.Dependencies instance based on the information defined by XmlElement that of which is compliant with the "coherence-cache-config.xsd".xmlConfig - the XmlElement defining the configuration
public static ExtensibleConfigurableCacheFactory.Dependencies newInstance(XmlElement xmlConfig,
java.lang.ClassLoader contextClassLoader)
ExtensibleConfigurableCacheFactory ExtensibleConfigurableCacheFactory.Dependencies instance based on the information defined by XmlElement that of which is compliant with the "coherence-cache-config.xsd".xmlConfig - the XmlElement defining the configurationcontextClassLoader - the optional ClassLoader that should be used to load configuration resources
public static ExtensibleConfigurableCacheFactory.Dependencies newInstance(XmlElement xmlConfig,
java.lang.ClassLoader contextClassLoader,
java.lang.String sPofConfigUri)
ExtensibleConfigurableCacheFactory ExtensibleConfigurableCacheFactory.Dependencies instance based on the information defined by XmlElement that of which is compliant with the "coherence-cache-config.xsd".xmlConfig - the XmlElement defining the configurationcontextClassLoader - the optional ClassLoader that should be used to load configuration resourcessPofConfigUri - the optional URI of the POF configuration file
public static ExtensibleConfigurableCacheFactory.Dependencies newInstance(XmlElement xmlConfig,
java.lang.ClassLoader contextClassLoader,
java.lang.String sPofConfigUri,
ScopeResolver scopeResolver)
ExtensibleConfigurableCacheFactory ExtensibleConfigurableCacheFactory.Dependencies instance based on the information defined by XmlElement that of which is compliant with the "coherence-cache-config.xsd".xmlConfig - the XmlElement defining the configurationcontextClassLoader - the optional ClassLoader that should be used to load configuration resourcessPofConfigUri - the optional URI of the POF configuration filescopeResolver - the optional ScopeResolver for the ExtensibleConfigurableCacheFactory
|
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 | |||||||