@Deprecated public static class GlobalConfiguration.ExecutorFactoryType extends GlobalConfiguration.FactoryClassWithPropertiesType implements FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory>
Modifier and Type | Field and Description |
---|---|
protected String |
factory
Deprecated.
|
properties
overriddenConfigurationElements
Constructor and Description |
---|
GlobalConfiguration.ExecutorFactoryType()
Deprecated.
|
GlobalConfiguration.ExecutorFactoryType(String factory)
Deprecated.
|
accept, getProperties, properties, setProperties
testImmutability, toTypedProperties, toTypedProperties, uc, willUnmarshall
protected String factory
public GlobalConfiguration.ExecutorFactoryType(String factory)
public GlobalConfiguration.ExecutorFactoryType()
public String factory()
@Deprecated public String getFactory()
public void setFactory(String factory)
public FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> factory(Class<? extends ExecutorFactory> clazz)
FluentGlobalConfiguration.ExecutorFactoryConfig
factory
in interface FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory>
clazz
- clazzpublic GlobalConfiguration.ExecutorFactoryType clone() throws CloneNotSupportedException
clone
in interface CloneableConfigurationComponent
clone
in class GlobalConfiguration.FactoryClassWithPropertiesType
CloneNotSupportedException
public FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> addProperty(String key, String value)
FluentGlobalConfiguration.ExecutorFactoryConfig
addProperty
in interface FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory>
addProperty
in class GlobalConfiguration.FactoryClassWithPropertiesType
key
- property keyvalue
- property valuepublic FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> withProperties(Properties props)
FluentGlobalConfiguration.ExecutorFactoryConfig
withProperties
in interface FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory>
withProperties
in class GlobalConfiguration.FactoryClassWithPropertiesType
props
- Propertiespublic FluentGlobalConfiguration.TransportConfig transport()
public FluentGlobalConfiguration.GlobalJmxStatisticsConfig globalJmxStatistics()
FluentGlobalConfiguration.GlobalJmxStatisticsConfig.disable()
public FluentGlobalConfiguration.SerializationConfig serialization()
public FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> evictionScheduledExecutor()
public FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> replicationQueueScheduledExecutor()
public FluentGlobalConfiguration.ShutdownConfig shutdown()
public GlobalConfiguration build()
public void inject(GlobalComponentRegistry gcr, GlobalConfiguration globalConfig)
protected boolean hasComponentStarted()
AbstractConfigurationBean
hasComponentStarted
in class AbstractConfigurationBean
public FluentGlobalConfiguration.TransportConfig transport()
public FluentGlobalConfiguration.GlobalJmxStatisticsConfig globalJmxStatistics()
FluentGlobalConfiguration.GlobalJmxStatisticsConfig.disable()
public FluentGlobalConfiguration.SerializationConfig serialization()
public FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> evictionScheduledExecutor()
public FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> replicationQueueScheduledExecutor()
public FluentGlobalConfiguration.ShutdownConfig shutdown()
public GlobalConfiguration build()
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.