@Deprecated public static class GlobalConfiguration.ScheduledExecutorFactoryType extends GlobalConfiguration.FactoryClassWithPropertiesType implements FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory>
Modifier and Type | Field and Description |
---|---|
protected String |
factory
Deprecated.
|
properties
overriddenConfigurationElements
Constructor and Description |
---|
GlobalConfiguration.ScheduledExecutorFactoryType()
Deprecated.
|
GlobalConfiguration.ScheduledExecutorFactoryType(String factory)
Deprecated.
|
accept, getProperties, properties, setProperties
testImmutability, toTypedProperties, toTypedProperties, uc, willUnmarshall
protected String factory
public GlobalConfiguration.ScheduledExecutorFactoryType(String factory)
public GlobalConfiguration.ScheduledExecutorFactoryType()
@Deprecated public String getFactory()
public String factory()
public void setFactory(String factory)
public FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> factory(Class<? extends ScheduledExecutorFactory> clazz)
FluentGlobalConfiguration.ExecutorFactoryConfig
factory
in interface FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory>
clazz
- clazzpublic GlobalConfiguration.ScheduledExecutorFactoryType clone() throws CloneNotSupportedException
clone
in interface CloneableConfigurationComponent
clone
in class GlobalConfiguration.FactoryClassWithPropertiesType
CloneNotSupportedException
public FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> addProperty(String key, String value)
FluentGlobalConfiguration.ExecutorFactoryConfig
addProperty
in interface FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory>
addProperty
in class GlobalConfiguration.FactoryClassWithPropertiesType
key
- property keyvalue
- property valuepublic FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> withProperties(Properties props)
FluentGlobalConfiguration.ExecutorFactoryConfig
withProperties
in interface FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory>
withProperties
in class GlobalConfiguration.FactoryClassWithPropertiesType
props
- Propertiespublic FluentGlobalConfiguration.TransportConfig transport()
public FluentGlobalConfiguration.GlobalJmxStatisticsConfig globalJmxStatistics()
FluentGlobalConfiguration.GlobalJmxStatisticsConfig.disable()
public FluentGlobalConfiguration.SerializationConfig serialization()
public FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> asyncTransportExecutor()
public FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> asyncListenerExecutor()
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<ExecutorFactory> asyncListenerExecutor()
public FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> asyncTransportExecutor()
public FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> evictionScheduledExecutor()
public FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> replicationQueueScheduledExecutor()
public FluentGlobalConfiguration.ShutdownConfig shutdown()
public GlobalConfiguration build()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.