org.infinispan.loaders
Class AbstractCacheLoaderConfig
java.lang.Object
org.infinispan.config.AbstractConfigurationBean
org.infinispan.config.AbstractNamedCacheConfigurationBean
org.infinispan.config.PluggableConfigurationComponent
org.infinispan.loaders.AbstractCacheLoaderConfig
- All Implemented Interfaces:
- Serializable, Cloneable, CloneableConfigurationComponent, CacheLoaderConfig
- Direct Known Subclasses:
- AbstractCacheStoreConfig, ClusterCacheLoaderConfig
public class AbstractCacheLoaderConfig
- extends PluggableConfigurationComponent
- implements CacheLoaderConfig
Abstract base class for CacheLoaderConfigs.
Note that class AbstractCacheLoaderConfig contains JAXB annotations. These annotations determine how XML
configuration files are read into instances of configuration class hierarchy as well as they
provide meta data for configuration file XML schema generation. Please modify these annotations
and Java element types they annotate with utmost understanding and care.
- Since:
- 4.0
- Author:
- Mircea.Markus@jboss.com
- See Also:
- Serialized Form
cacheLoaderClassName
protected String cacheLoaderClassName
AbstractCacheLoaderConfig
public AbstractCacheLoaderConfig()
getCacheLoaderClassName
public String getCacheLoaderClassName()
- Specified by:
getCacheLoaderClassName
in interface CacheLoaderConfig
setCacheLoaderClassName
public void setCacheLoaderClassName(String className)
- Specified by:
setCacheLoaderClassName
in interface CacheLoaderConfig
clone
public AbstractCacheLoaderConfig clone()
- Specified by:
clone
in interface CloneableConfigurationComponent
- Specified by:
clone
in interface CacheLoaderConfig
- Overrides:
clone
in class PluggableConfigurationComponent
accept
public void accept(ConfigurationBeanVisitor v)
- Specified by:
accept
in interface CacheLoaderConfig
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.