@Deprecated public static interface FluentGlobalConfiguration.SerializationConfig
FluentGlobalConfiguration.SerializationConfig marshallerClass(Class<? extends Marshaller> marshallerClass)
marshallerClass - FluentGlobalConfiguration.SerializationConfig version(String marshallVersion)
marshallVersion - FluentGlobalConfiguration.SerializationConfig version(short marshallVersion)
<T> FluentGlobalConfiguration.SerializationConfig addAdvancedExternalizer(int id, Class<? extends AdvancedExternalizer<T>> clazz)
AdvancedExternalizer with the give id.T - type of the object that the AdvancedExternalizer marshallsclazz - externalizer classid - id of externlizer<T> FluentGlobalConfiguration.SerializationConfig addAdvancedExternalizer(Class<? extends AdvancedExternalizer<T>> clazz)
AdvancedExternalizer.T - type of the object that the AdvancedExternalizer marshallsclazz - externalizer class<T> FluentGlobalConfiguration.SerializationConfig addAdvancedExternalizer(int id, AdvancedExternalizer<T> advancedExternalizer)
AdvancedExternalizer implementation
 alongside its corresponding identifier. Remember that the identifier needs to a be positive
 number, including 0, and cannot clash with other identifiers in the system.id - advancedExternalizer - <T> FluentGlobalConfiguration.SerializationConfig addAdvancedExternalizer(AdvancedExternalizer<T>... advancedExternalizers)
AdvancedExternalizer implementations.advancedExternalizers - FluentGlobalConfiguration.SerializationConfig classResolver(ClassResolver classResolver)
classResolver - FluentGlobalConfiguration.TransportConfig transport()
FluentGlobalConfiguration.GlobalJmxStatisticsConfig globalJmxStatistics()
FluentGlobalConfiguration.GlobalJmxStatisticsConfig.disable()FluentGlobalConfiguration.SerializationConfig serialization()
FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> asyncTransportExecutor()
FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> asyncListenerExecutor()
FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> evictionScheduledExecutor()
FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> replicationQueueScheduledExecutor()
FluentGlobalConfiguration.ShutdownConfig shutdown()
GlobalConfiguration build()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.