Uses of Class
com.tangosol.coherence.config.scheme.BundleManager
Package
Description
Defines the Coherence configuration object model classes and interfaces for
Caching and Service Schemes.
Defines the Xml document Element and Attribute Processors for Coherence Cache
Configuration files.
-
Uses of BundleManager in com.tangosol.coherence.config.scheme
Modifier and TypeMethodDescriptionBundlingScheme.getBundleManager()
Obtains theBundleManager
.CacheStoreScheme.getBundleManager()
Obtains theBundleManager
.DistributedScheme.getBundleManager()
Obtains theBundleManager
.RemoteCacheScheme.getBundleManager()
Obtains theBundleManager
.Modifier and TypeMethodDescriptionvoid
CacheStoreScheme.setBundleManager
(BundleManager mgrBundle) Set theBundleManager
.void
DistributedScheme.setBundleManager
(BundleManager mgrBundle) Set theBundleManager
.void
RemoteCacheScheme.setBundleManager
(BundleManager mgrBundle) Set theBundleManager
. -
Uses of BundleManager in com.tangosol.coherence.config.xml.processor
Modifier and TypeMethodDescriptionOperationBundlingProcessor.process
(ProcessingContext context, XmlElement element) Process anXmlElement
to return a specific type of value.