org.infinispan.config
Class GlobalConfiguration.ExecutorFactoryType

java.lang.Object
  extended by org.infinispan.config.AbstractConfigurationBean
      extended by org.infinispan.config.GlobalConfiguration.FactoryClassWithPropertiesType
          extended by org.infinispan.config.GlobalConfiguration.ExecutorFactoryType
All Implemented Interfaces:
Serializable, Cloneable, CloneableConfigurationComponent
Enclosing class:
GlobalConfiguration

public static class GlobalConfiguration.ExecutorFactoryType
extends GlobalConfiguration.FactoryClassWithPropertiesType

See Also:
Configuration reference, Serialized Form

Field Summary
protected  String factory
           
 
Fields inherited from class org.infinispan.config.GlobalConfiguration.FactoryClassWithPropertiesType
properties
 
Fields inherited from class org.infinispan.config.AbstractConfigurationBean
EMPTY_PROPERTIES, log, overriddenConfigurationElements
 
Constructor Summary
GlobalConfiguration.ExecutorFactoryType()
           
GlobalConfiguration.ExecutorFactoryType(String factory)
           
 
Method Summary
 GlobalConfiguration.ExecutorFactoryType clone()
           
protected  boolean hasComponentStarted()
          Tests whether the component this configuration bean intents to configure has already started.
 void inject(GlobalComponentRegistry gcr)
           
 void setFactory(String factory)
           
 
Methods inherited from class org.infinispan.config.GlobalConfiguration.FactoryClassWithPropertiesType
accept, setProperties
 
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

factory

protected String factory
Constructor Detail

GlobalConfiguration.ExecutorFactoryType

public GlobalConfiguration.ExecutorFactoryType(String factory)

GlobalConfiguration.ExecutorFactoryType

public GlobalConfiguration.ExecutorFactoryType()
Method Detail

setFactory

public void setFactory(String factory)

clone

public GlobalConfiguration.ExecutorFactoryType clone()
                                              throws CloneNotSupportedException
Specified by:
clone in interface CloneableConfigurationComponent
Overrides:
clone in class GlobalConfiguration.FactoryClassWithPropertiesType
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.