planet.symphony.messages
Class JoinMessage

java.lang.Object
  extended byplanet.symphony.messages.JoinMessage
All Implemented Interfaces:
Message, java.io.Serializable

public class JoinMessage
extends java.lang.Object
implements Message

See Also:
Serialized Form

Constructor Summary
JoinMessage(NodeHandle newNode, NodeHandle bootStrap)
           
 
Method Summary
 NodeHandle getBootStrap()
           
 NodeHandle getNewNode()
           
 int getRetries()
           
 void setBootStrap(NodeHandle bootStrap)
           
 void setNewNode(NodeHandle newNode)
           
 void setRetries(int retries)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JoinMessage

public JoinMessage(NodeHandle newNode,
                   NodeHandle bootStrap)
Method Detail

setNewNode

public void setNewNode(NodeHandle newNode)

getNewNode

public NodeHandle getNewNode()

setBootStrap

public void setBootStrap(NodeHandle bootStrap)

getBootStrap

public NodeHandle getBootStrap()

setRetries

public void setRetries(int retries)

getRetries

public int getRetries()

toString

public java.lang.String toString()