Uses of Class
com.tangosol.coherence.config.scheme.BundleManager
Packages that use 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
Methods in com.tangosol.coherence.config.scheme that return BundleManagerModifier and TypeMethodDescriptionBundlingScheme.getBundleManager()
Obtains theBundleManager
.CacheStoreScheme.getBundleManager()
Obtains theBundleManager
.DistributedScheme.getBundleManager()
Obtains theBundleManager
.RemoteCacheScheme.getBundleManager()
Obtains theBundleManager
.Methods in com.tangosol.coherence.config.scheme with parameters of type BundleManagerModifier 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
Methods in com.tangosol.coherence.config.xml.processor that return BundleManagerModifier and TypeMethodDescriptionOperationBundlingProcessor.process
(ProcessingContext context, XmlElement element) Process anXmlElement
to return a specific type of value.