@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, willUnmarshallpublic FluentGlobalConfiguration(GlobalConfiguration globalConfig)
public void inject(GlobalComponentRegistry gcr, GlobalConfiguration globalConfig)
protected boolean hasComponentStarted()
AbstractConfigurationBeanhasComponentStarted in class AbstractConfigurationBeanpublic CloneableConfigurationComponent clone() throws CloneNotSupportedException
clone in interface CloneableConfigurationComponentclone in class AbstractConfigurationBeanCloneNotSupportedExceptionpublic 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 © 2013 JBoss, a division of Red Hat. All rights reserved.