public class AbstractCacheLoaderConfig extends AbstractNamedCacheConfigurationBean implements CacheLoaderConfig
Modifier and Type | Field and Description |
---|---|
protected String |
cacheLoaderClassName |
protected TypedProperties |
properties |
cr
overriddenConfigurationElements
Constructor and Description |
---|
AbstractCacheLoaderConfig() |
Modifier and Type | Method and Description |
---|---|
void |
accept(ConfigurationBeanVisitor v) |
AbstractCacheLoaderConfig |
clone() |
String |
getCacheLoaderClassName() |
ClassLoader |
getClassLoader()
Get the classloader that should be used to load resources from the classpath
|
Properties |
getProperties() |
void |
setCacheLoaderClassName(String className)
Fully qualified name of a cache loader class that must implement
org.infinispan.loaders.CacheLoader interface
|
void |
setProperties(Properties properties) |
void |
setProperties(String properties) |
hasComponentStarted, inject
testImmutability, toTypedProperties, toTypedProperties, uc, willUnmarshall
protected String cacheLoaderClassName
protected TypedProperties properties
public Properties getProperties()
public void setProperties(Properties properties)
public void setProperties(String properties) throws IOException
IOException
public String getCacheLoaderClassName()
getCacheLoaderClassName
in interface CacheLoaderConfig
public void setCacheLoaderClassName(String className)
setCacheLoaderClassName
in interface CacheLoaderConfig
CacheLoaderConfig.setCacheLoaderClassName(java.lang.String)
public AbstractCacheLoaderConfig clone()
clone
in interface CloneableConfigurationComponent
clone
in interface CacheLoaderConfig
clone
in class AbstractNamedCacheConfigurationBean
public ClassLoader getClassLoader()
CacheLoaderConfig
getClassLoader
in interface CacheLoaderConfig
public void accept(ConfigurationBeanVisitor v)
accept
in interface CacheLoaderConfig
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.