@Deprecated public class FluentGlobalConfiguration extends AbstractConfigurationBean
Modifier and Type | Class and Description |
---|---|
static interface |
FluentGlobalConfiguration.ExecutorFactoryConfig<T>
Deprecated.
|
static interface |
FluentGlobalConfiguration.GlobalJmxStatisticsConfig
Deprecated.
|
static interface |
FluentGlobalConfiguration.SerializationConfig
Deprecated.
|
static interface |
FluentGlobalConfiguration.ShutdownConfig
Deprecated.
|
static interface |
FluentGlobalConfiguration.TransportConfig
Deprecated.
|
overriddenConfigurationElements
Constructor and Description |
---|
FluentGlobalConfiguration(GlobalConfiguration globalConfig)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
GlobalConfiguration |
build()
Deprecated.
|
CloneableConfigurationComponent |
clone()
Deprecated.
|
FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> |
evictionScheduledExecutor()
Deprecated.
|
FluentGlobalConfiguration.GlobalJmxStatisticsConfig |
globalJmxStatistics()
Deprecated.
This method allows configuration of the global, or cache manager level,
jmx statistics.
|
protected boolean |
hasComponentStarted()
Deprecated.
Tests whether the component this configuration bean intents to configure has already started.
|
void |
inject(GlobalComponentRegistry gcr,
GlobalConfiguration globalConfig)
Deprecated.
|
FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> |
replicationQueueScheduledExecutor()
Deprecated.
|
FluentGlobalConfiguration.SerializationConfig |
serialization()
Deprecated.
|
FluentGlobalConfiguration.ShutdownConfig |
shutdown()
Deprecated.
|
FluentGlobalConfiguration.TransportConfig |
transport()
Deprecated.
|
testImmutability, toTypedProperties, toTypedProperties, uc, willUnmarshall
public FluentGlobalConfiguration(GlobalConfiguration globalConfig)
public void inject(GlobalComponentRegistry gcr, GlobalConfiguration globalConfig)
protected boolean hasComponentStarted()
AbstractConfigurationBean
hasComponentStarted
in class AbstractConfigurationBean
public CloneableConfigurationComponent clone() throws CloneNotSupportedException
clone
in interface CloneableConfigurationComponent
clone
in class AbstractConfigurationBean
CloneNotSupportedException
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.