org.infinispan.config
Class GlobalConfiguration.FactoryClassWithPropertiesType
java.lang.Object
org.infinispan.config.AbstractConfigurationBean
org.infinispan.config.GlobalConfiguration.FactoryClassWithPropertiesType
- All Implemented Interfaces:
- Serializable, Cloneable, CloneableConfigurationComponent
- Direct Known Subclasses:
- GlobalConfiguration.ExecutorFactoryType, GlobalConfiguration.ScheduledExecutorFactoryType
- Enclosing class:
- GlobalConfiguration
public abstract static class GlobalConfiguration.FactoryClassWithPropertiesType
- extends AbstractConfigurationBean
- See Also:
- Serialized Form
properties
protected TypedProperties properties
GlobalConfiguration.FactoryClassWithPropertiesType
public GlobalConfiguration.FactoryClassWithPropertiesType()
accept
public void accept(ConfigurationBeanVisitor v)
setProperties
public void setProperties(TypedProperties properties)
clone
public GlobalConfiguration.FactoryClassWithPropertiesType clone()
throws CloneNotSupportedException
- Specified by:
clone
in interface CloneableConfigurationComponent
- Overrides:
clone
in class AbstractConfigurationBean
- Throws:
CloneNotSupportedException
inject
public void inject(GlobalComponentRegistry gcr)
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 © 2010 JBoss, a division of Red Hat. All Rights Reserved.