org.infinispan.config
Class GlobalConfiguration.SerializationType
java.lang.Object
org.infinispan.config.AbstractConfigurationBean
org.infinispan.config.GlobalConfiguration.SerializationType
- All Implemented Interfaces:
- Serializable, Cloneable, CloneableConfigurationComponent, JAXBUnmarshallable
- Enclosing class:
- GlobalConfiguration
public static class GlobalConfiguration.SerializationType
- extends AbstractConfigurationBean
Serialization and marshalling settings.
- See Also:
- Configuration reference,
Serialized Form
marshallerClass
protected String marshallerClass
version
protected String version
externalizerTypes
protected GlobalConfiguration.ExternalizersType externalizerTypes
GlobalConfiguration.SerializationType
public GlobalConfiguration.SerializationType()
accept
public void accept(ConfigurationBeanVisitor v)
setExternalizerTypes
public void setExternalizerTypes(GlobalConfiguration.ExternalizersType externalizerTypes)
setMarshallerClass
public void setMarshallerClass(String marshallerClass)
setVersion
public void setVersion(String version)
inject
public void inject(GlobalComponentRegistry gcr)
hasComponentStarted
protected boolean hasComponentStarted()
- 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.
clone
public CloneableConfigurationComponent clone()
throws CloneNotSupportedException
- Specified by:
clone
in interface CloneableConfigurationComponent
- Overrides:
clone
in class AbstractConfigurationBean
- Throws:
CloneNotSupportedException
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.