public abstract static class GlobalConfiguration.FactoryClassWithPropertiesType extends AbstractConfigurationBean
| Modifier and Type | Field and Description |
|---|---|
protected TypedProperties |
properties |
overriddenConfigurationElements| Constructor and Description |
|---|
GlobalConfiguration.FactoryClassWithPropertiesType() |
testImmutability, toTypedProperties, toTypedProperties, uc, willUnmarshallprotected TypedProperties properties
public GlobalConfiguration.FactoryClassWithPropertiesType()
public void accept(ConfigurationBeanVisitor v)
@Deprecated public void setProperties(TypedProperties properties)
addProperty(String, String) or withProperties(java.util.Properties) insteadpublic Object withProperties(Properties props)
@Deprecated public TypedProperties getProperties()
public TypedProperties properties()
public GlobalConfiguration.FactoryClassWithPropertiesType clone() throws CloneNotSupportedException
clone in interface CloneableConfigurationComponentCloneNotSupportedExceptionpublic void inject(GlobalComponentRegistry gcr, GlobalConfiguration globalConfig)
protected boolean hasComponentStarted()
AbstractConfigurationBeanhasComponentStarted in class AbstractConfigurationBeanpublic 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, a division of Red Hat. All Rights Reserved.