Uses of Interface
com.tangosol.net.ExtensibleConfigurableCacheFactory.Dependencies
-
Uses of ExtensibleConfigurableCacheFactory.Dependencies in com.tangosol.net
Modifier and TypeClassDescriptionstatic class
TheExtensibleConfigurableCacheFactory.DefaultDependencies
is a simple implementation of theExtensibleConfigurableCacheFactory
ExtensibleConfigurableCacheFactory.Dependencies
interface.Modifier and TypeMethodDescriptionExtensibleConfigurableCacheFactory.DependenciesHelper.newInstance()
Construct anExtensibleConfigurableCacheFactory
ExtensibleConfigurableCacheFactory.Dependencies
instance based on Coherence defaults.ExtensibleConfigurableCacheFactory.DependenciesHelper.newInstance
(XmlElement xmlConfig) Construct anExtensibleConfigurableCacheFactory
ExtensibleConfigurableCacheFactory.Dependencies
instance based on the information defined byXmlElement
that of which is compliant with the "coherence-cache-config.xsd".ExtensibleConfigurableCacheFactory.DependenciesHelper.newInstance
(XmlElement xmlConfig, ClassLoader contextClassLoader) Construct anExtensibleConfigurableCacheFactory
ExtensibleConfigurableCacheFactory.Dependencies
instance based on the information defined byXmlElement
that of which is compliant with the "coherence-cache-config.xsd".ExtensibleConfigurableCacheFactory.DependenciesHelper.newInstance
(XmlElement xmlConfig, ClassLoader contextClassLoader, String sPofConfigUri) Construct anExtensibleConfigurableCacheFactory
ExtensibleConfigurableCacheFactory.Dependencies
instance based on the information defined byXmlElement
that of which is compliant with the "coherence-cache-config.xsd".ExtensibleConfigurableCacheFactory.DependenciesHelper.newInstance
(XmlElement xmlConfig, ClassLoader loader, String sPofConfigUri, String sScopeName) Construct anExtensibleConfigurableCacheFactory
ExtensibleConfigurableCacheFactory.Dependencies
instance based on the information defined byXmlElement
that of which is compliant with the "coherence-cache-config.xsd".ExtensibleConfigurableCacheFactory.DependenciesHelper.newInstance
(XmlElement xmlConfig, ClassLoader loader, String sPofConfigUri, String sScopeName, com.tangosol.application.Context context) Construct anExtensibleConfigurableCacheFactory
ExtensibleConfigurableCacheFactory.Dependencies
instance based on the information defined byXmlElement
that of which is compliant with the "coherence-cache-config.xsd".ExtensibleConfigurableCacheFactory.DependenciesHelper.newInstance
(XmlElement xmlConfig, ClassLoader loader, String sPofConfigUri, String sScopeName, com.tangosol.application.Context context, ParameterResolver resolver) Construct anExtensibleConfigurableCacheFactory
ExtensibleConfigurableCacheFactory.Dependencies
instance based on the information defined byXmlElement
that of which is compliant with the "coherence-cache-config.xsd".ExtensibleConfigurableCacheFactory.DependenciesHelper.newInstance
(String sPath) Construct anExtensibleConfigurableCacheFactory
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".ExtensibleConfigurableCacheFactory.DependenciesHelper.newInstance
(String sPath, ClassLoader contextClassLoader) Construct anExtensibleConfigurableCacheFactory
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".ModifierConstructorDescriptionConstructs anExtensibleConfigurableCacheFactory
using the specifiedExtensibleConfigurableCacheFactory.Dependencies
.