public static class ExtensibleConfigurableCacheFactory.DependenciesHelper extends Object
ExtensibleConfigurableCacheFactory.DependenciesHelper
provides helper method for constructing
ExtensibleConfigurableCacheFactory.Dependencies
implementations for ExtensibleConfigurableCacheFactory
s.Constructor and Description |
---|
DependenciesHelper() |
Modifier and Type | Method and Description |
---|---|
static ExtensibleConfigurableCacheFactory.Dependencies |
newInstance()
Construct an
ExtensibleConfigurableCacheFactory
ExtensibleConfigurableCacheFactory.Dependencies instance based on Coherence defaults. |
static ExtensibleConfigurableCacheFactory.Dependencies |
newInstance(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(String sPath,
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,
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,
ClassLoader contextClassLoader,
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,
ClassLoader loader,
String sPofConfigUri,
String sScopeName)
Construct an
ExtensibleConfigurableCacheFactory
ExtensibleConfigurableCacheFactory.Dependencies instance based on the information defined by
XmlElement that of which is compliant with the
"coherence-cache-config.xsd". |
public static ExtensibleConfigurableCacheFactory.Dependencies newInstance()
ExtensibleConfigurableCacheFactory
ExtensibleConfigurableCacheFactory.Dependencies
instance based on Coherence defaults.public static ExtensibleConfigurableCacheFactory.Dependencies newInstance(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 pathpublic static ExtensibleConfigurableCacheFactory.Dependencies newInstance(String sPath, 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 configurationpublic static ExtensibleConfigurableCacheFactory.Dependencies newInstance(XmlElement xmlConfig, 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 resourcespublic static ExtensibleConfigurableCacheFactory.Dependencies newInstance(XmlElement xmlConfig, ClassLoader contextClassLoader, 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
filepublic static ExtensibleConfigurableCacheFactory.Dependencies newInstance(XmlElement xmlConfig, ClassLoader loader, String sPofConfigUri, String sScopeName)
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 configurationloader
- an optional ClassLoader
that
should be used to load configuration resourcessPofConfigUri
- an optional URI
of the POF configuration filesScopeName
- an optional scope name