org.infinispan.config
Class PluggableConfigurationComponent
java.lang.Object
org.infinispan.config.AbstractConfigurationBean
org.infinispan.config.AbstractNamedCacheConfigurationBean
org.infinispan.config.PluggableConfigurationComponent
- All Implemented Interfaces:
- Serializable, Cloneable, CloneableConfigurationComponent
- Direct Known Subclasses:
- AbstractCacheLoaderConfig
public abstract class PluggableConfigurationComponent
- extends AbstractNamedCacheConfigurationBean
A configuration component where the implementation class can be specified, and comes with its own set of properties.
- Since:
- 4.0
- Author:
- Manik Surtani (manik@jboss.org)
- See Also:
- Serialized Form
properties
protected TypedProperties properties
PluggableConfigurationComponent
public PluggableConfigurationComponent()
getProperties
public Properties getProperties()
setProperties
public void setProperties(Properties properties)
setProperties
public void setProperties(String properties)
throws IOException
- Throws:
IOException
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
clone
public PluggableConfigurationComponent clone()
throws CloneNotSupportedException
- Specified by:
clone
in interface CloneableConfigurationComponent
- Overrides:
clone
in class AbstractNamedCacheConfigurationBean
- Throws:
CloneNotSupportedException
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.