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, Configuration.AsyncType, Configuration.BooleanAttributeType, Configuration.ClusteringType, Configuration.CustomInterceptorsType, Configuration.DeadlockDetectionType, Configuration.EvictionType, Configuration.ExpirationType, Configuration.HashType, Configuration.L1Type, Configuration.LockingType, Configuration.StateRetrievalType, Configuration.SyncType, Configuration.TransactionType, Configuration.UnsafeType, 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, Vladimir Blagojevic
- 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 © 2010 JBoss, a division of Red Hat. All Rights Reserved.