org.infinispan.config
Class GlobalConfiguration.FactoryClassWithPropertiesType

java.lang.Object
  extended by org.infinispan.config.AbstractConfigurationBean
      extended by 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

Field Summary
protected  TypedProperties properties
           
 
Fields inherited from class org.infinispan.config.AbstractConfigurationBean
EMPTY_PROPERTIES, log, overriddenConfigurationElements
 
Constructor Summary
GlobalConfiguration.FactoryClassWithPropertiesType()
           
 
Method Summary
 void accept(ConfigurationBeanVisitor v)
           
 GlobalConfiguration.FactoryClassWithPropertiesType clone()
           
protected  boolean hasComponentStarted()
          Tests whether the component this configuration bean intents to configure has already started.
 void inject(GlobalComponentRegistry gcr)
           
 void setProperties(TypedProperties properties)
           
 
Methods inherited from class org.infinispan.config.AbstractConfigurationBean
testImmutability, toTypedProperties, toTypedProperties, uc
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

properties

protected TypedProperties properties
Constructor Detail

GlobalConfiguration.FactoryClassWithPropertiesType

public GlobalConfiguration.FactoryClassWithPropertiesType()
Method Detail

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.

Google Analytics

Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.