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, RuntimeConfig, SingletonStoreConfig
public abstract class AbstractNamedCacheConfigurationBean
- extends AbstractConfigurationBean
Adds named cache specific features to the AbstractConfigurationBean
.
- Since:
- 4.0
- Author:
- Manik Surtani
- See Also:
- Serialized Form
Method Summary |
protected boolean |
hasComponentStarted()
Tests whether the component this configuration bean intents to configure has already started. |
cr
protected ComponentRegistry cr
AbstractNamedCacheConfigurationBean
public AbstractNamedCacheConfigurationBean()
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.
Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.