com.hazelcast.config
Class Join

java.lang.Object
  extended by com.hazelcast.config.Join
All Implemented Interfaces:
DataSerializable, Serializable

public class Join
extends Object
implements DataSerializable

See Also:
Serialized Form

Constructor Summary
Join()
           
 
Method Summary
 AwsConfig getAwsConfig()
           
 MulticastConfig getMulticastConfig()
           
 TcpIpConfig getTcpIpConfig()
           
 void readData(DataInput in)
           
 Join setAwsConfig(AwsConfig awsConfig)
           
 Join setMulticastConfig(MulticastConfig multicastConfig)
           
 Join setTcpIpConfig(TcpIpConfig tcpIpConfig)
           
 String toString()
           
 void writeData(DataOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Join

public Join()
Method Detail

getMulticastConfig

public MulticastConfig getMulticastConfig()
Returns:
the multicastConfig

setMulticastConfig

public Join setMulticastConfig(MulticastConfig multicastConfig)
Parameters:
multicastConfig - the multicastConfig to set

getTcpIpConfig

public TcpIpConfig getTcpIpConfig()
Returns:
the tcpIpConfig

setTcpIpConfig

public Join setTcpIpConfig(TcpIpConfig tcpIpConfig)
Parameters:
tcpIpConfig - the tcpIpConfig to set

getAwsConfig

public AwsConfig getAwsConfig()
Returns:
the awsConfig

setAwsConfig

public Join setAwsConfig(AwsConfig awsConfig)
Parameters:
awsConfig - the AwsConfig to set

writeData

public void writeData(DataOutput out)
               throws IOException
Specified by:
writeData in interface DataSerializable
Throws:
IOException

readData

public void readData(DataInput in)
              throws IOException
Specified by:
readData in interface DataSerializable
Throws:
IOException

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2012 Hazel Ltd. All Rights Reserved.