org.infinispan.config
Class AbstractNamedCacheConfigurationBean
java.lang.Object
org.infinispan.config.AbstractConfigurationBean
org.infinispan.config.AbstractNamedCacheConfigurationBean
- All Implemented Interfaces:
- Serializable, Cloneable, CloneableConfigurationComponent
- Direct Known Subclasses:
- AsyncStoreConfig, CacheLoaderManagerConfig, Configuration, CustomInterceptorConfig, PluggableConfigurationComponent, SingletonStoreConfig
public abstract class AbstractNamedCacheConfigurationBean
- extends AbstractConfigurationBean
Adds named cache specific features to the AbstractConfigurationBean
.
- Since:
- 4.0
- Author:
- Manik Surtani, Galder ZamarreƱo
- See Also:
- Serialized Form
cr
protected ComponentRegistry cr
AbstractNamedCacheConfigurationBean
public AbstractNamedCacheConfigurationBean()
inject
public void inject(ComponentRegistry cr)
hasComponentStarted
protected boolean hasComponentStarted()
- Description copied from class:
AbstractConfigurationBean
- Tests whether the component this configuration bean intents to configure has already started.
- Specified by:
hasComponentStarted
in class AbstractConfigurationBean
- Returns:
- true if the component has started; false otherwise.
clone
public AbstractNamedCacheConfigurationBean clone()
throws CloneNotSupportedException
- Specified by:
clone
in interface CloneableConfigurationComponent
- Overrides:
clone
in class AbstractConfigurationBean
- Throws:
CloneNotSupportedException
Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.