org.infinispan.config
Class GlobalConfiguration.TransportType

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

public static class GlobalConfiguration.TransportType
extends AbstractConfigurationBean

See Also:
Configuration reference, Serialized Form

Field Summary
protected  String clusterName
           
protected  Long distributedSyncTimeout
           
protected  String nodeName
           
protected  TypedProperties properties
           
protected  String transportClass
           
 
Fields inherited from class org.infinispan.config.AbstractConfigurationBean
EMPTY_PROPERTIES, log, overriddenConfigurationElements
 
Constructor Summary
GlobalConfiguration.TransportType()
           
GlobalConfiguration.TransportType(String transportClass)
           
 
Method Summary
 void accept(ConfigurationBeanVisitor v)
           
 GlobalConfiguration.TransportType clone()
           
protected  boolean hasComponentStarted()
          Tests whether the component this configuration bean intents to configure has already started.
 void inject(GlobalComponentRegistry gcr)
           
 void setClusterName(String clusterName)
           
 void setDistributedSyncTimeout(Long distributedSyncTimeout)
           
 void setNodeName(String nodeName)
           
 void setProperties(TypedProperties properties)
           
 void setTransportClass(String transportClass)
           
 
Methods inherited from class org.infinispan.config.AbstractConfigurationBean
testImmutability, toTypedProperties, toTypedProperties, uc
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

clusterName

protected String clusterName

distributedSyncTimeout

protected Long distributedSyncTimeout

transportClass

protected String transportClass

nodeName

protected String nodeName

properties

protected TypedProperties properties
Constructor Detail

GlobalConfiguration.TransportType

public GlobalConfiguration.TransportType()

GlobalConfiguration.TransportType

public GlobalConfiguration.TransportType(String transportClass)
Method Detail

accept

public void accept(ConfigurationBeanVisitor v)

setClusterName

public void setClusterName(String clusterName)

setDistributedSyncTimeout

public void setDistributedSyncTimeout(Long distributedSyncTimeout)

setTransportClass

public void setTransportClass(String transportClass)

setNodeName

public void setNodeName(String nodeName)

setProperties

public void setProperties(TypedProperties properties)

clone

public GlobalConfiguration.TransportType clone()
                                        throws CloneNotSupportedException
Specified by:
clone in interface CloneableConfigurationComponent
Overrides:
clone in class AbstractConfigurationBean
Throws:
CloneNotSupportedException

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.

Google Analytics

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