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, willUnmarshall
protected 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 CloneableConfigurationComponent
CloneNotSupportedException
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.