Uses of Class
com.tangosol.config.xml.AbstractNamespaceHandler
-
Packages that use AbstractNamespaceHandler Package Description com.oracle.coherence.cdi.server Simple CDI-based Cache Server implementation.com.tangosol.coherence.config.xml Defines the Xml Document Pre-Processors and Xml Element Processors for converting Coherence Cache Configuration files into Coherence configuration object models.com.tangosol.coherence.jcache Contains classes related to Coherence JCache. -
-
Uses of AbstractNamespaceHandler in com.oracle.coherence.cdi.server
Subclasses of AbstractNamespaceHandler in com.oracle.coherence.cdi.server Modifier and Type Class Description class
CdiNamespaceHandler
Custom namespace handler forcdi
namespace. -
Uses of AbstractNamespaceHandler in com.tangosol.coherence.config.xml
Subclasses of AbstractNamespaceHandler in com.tangosol.coherence.config.xml Modifier and Type Class Description class
CacheConfigNamespaceHandler
TheCacheConfigNamespaceHandler
is responsible for capturing and creating Coherence Cache Configurations when processing a Coherence Configuration file.class
OperationalConfigNamespaceHandler
TheOperationalConfigNamespaceHandler
is responsible for capturing and creating the Coherence operational configuration when processing a Coherence operational configuration file. -
Uses of AbstractNamespaceHandler in com.tangosol.coherence.jcache
Subclasses of AbstractNamespaceHandler in com.tangosol.coherence.jcache Modifier and Type Class Description class
JCacheExtendNamespace
ANamespaceHandler
to enable and enhance Coherence-based configurations to be used with the Coherence-based JCache Extend implementationclass
JCacheNamespace
ANamespaceHandler
to enable and enhance Coherence-based configurations to be used with the Coherence-based JCache implementation
-