org.infinispan.config
Class GlobalConfiguration.AdvancedExternalizersType

java.lang.Object
  extended by org.infinispan.config.AbstractConfigurationBean
      extended by org.infinispan.config.GlobalConfiguration.AdvancedExternalizersType
All Implemented Interfaces:
Serializable, Cloneable, CloneableConfigurationComponent, JAXBUnmarshallable
Enclosing class:
GlobalConfiguration

Deprecated.

@Deprecated
public static class GlobalConfiguration.AdvancedExternalizersType
extends AbstractConfigurationBean

Configures custom marshallers.

See Also:
Configuration reference, Serialized Form

Field Summary
 
Fields inherited from class org.infinispan.config.AbstractConfigurationBean
overriddenConfigurationElements
 
Constructor Summary
GlobalConfiguration.AdvancedExternalizersType()
          Deprecated.  
 
Method Summary
 void accept(ConfigurationBeanVisitor v)
          Deprecated.  
 FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> asyncListenerExecutor()
          Deprecated.  
 FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> asyncTransportExecutor()
          Deprecated.  
 GlobalConfiguration build()
          Deprecated.  
 GlobalConfiguration.AdvancedExternalizersType clone()
          Deprecated.  
 boolean equals(Object o)
          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.
 int hashCode()
          Deprecated.  
 void inject(GlobalComponentRegistry gcr, GlobalConfiguration globalConfig)
          Deprecated.  
 FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> replicationQueueScheduledExecutor()
          Deprecated.  
 FluentGlobalConfiguration.SerializationConfig serialization()
          Deprecated.  
 FluentGlobalConfiguration.ShutdownConfig shutdown()
          Deprecated.  
 FluentGlobalConfiguration.TransportConfig transport()
          Deprecated.  
 
Methods inherited from class org.infinispan.config.AbstractConfigurationBean
testImmutability, toTypedProperties, toTypedProperties, uc, willUnmarshall
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalConfiguration.AdvancedExternalizersType

public GlobalConfiguration.AdvancedExternalizersType()
Deprecated. 
Method Detail

clone

public GlobalConfiguration.AdvancedExternalizersType clone()
                                                    throws CloneNotSupportedException
Deprecated. 
Specified by:
clone in interface CloneableConfigurationComponent
Throws:
CloneNotSupportedException

accept

public void accept(ConfigurationBeanVisitor v)
Deprecated. 

equals

public boolean equals(Object o)
Deprecated. 
Overrides:
equals in class Object

hashCode

public int hashCode()
Deprecated. 
Overrides:
hashCode in class Object

inject

public void inject(GlobalComponentRegistry gcr,
                   GlobalConfiguration globalConfig)
Deprecated. 

hasComponentStarted

protected boolean hasComponentStarted()
Deprecated. 
Description copied from class: AbstractConfigurationBean
Tests whether the component this configuration bean intents to configure has already started.

Specified by:
hasComponentStarted in class AbstractConfigurationBean
Returns:
true if the component has started; false otherwise.

transport

public FluentGlobalConfiguration.TransportConfig transport()
Deprecated. 

globalJmxStatistics

public FluentGlobalConfiguration.GlobalJmxStatisticsConfig globalJmxStatistics()
Deprecated. 
This method allows configuration of the global, or cache manager level, jmx statistics. When this method is called, it automatically enables global jmx statistics. So, if you want it to be disabled, make sure you call FluentGlobalConfiguration.GlobalJmxStatisticsConfig.disable()


serialization

public FluentGlobalConfiguration.SerializationConfig serialization()
Deprecated. 

asyncListenerExecutor

public FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> asyncListenerExecutor()
Deprecated. 

asyncTransportExecutor

public FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> asyncTransportExecutor()
Deprecated. 

evictionScheduledExecutor

public FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> evictionScheduledExecutor()
Deprecated. 

replicationQueueScheduledExecutor

public FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> replicationQueueScheduledExecutor()
Deprecated. 

shutdown

public FluentGlobalConfiguration.ShutdownConfig shutdown()
Deprecated. 

build

public GlobalConfiguration build()
Deprecated. 

-->

Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.