planet.chord.message
Class SuccListMessage

java.lang.Object
  extended byplanet.chord.message.SuccListMessage
All Implemented Interfaces:
Message, java.io.Serializable

public class SuccListMessage
extends java.lang.Object
implements Message

Author:
Jordi Pujol Date: 01/07/2004
See Also:
Serialized Form

Constructor Summary
SuccListMessage()
          Build the message with an empty Vector with initial size equals to successor list size specified on context.
SuccListMessage(java.util.Vector succs)
          Build the message with the Vector succs as initial value.
 
Method Summary
 java.util.Vector getSuccs()
           
 void setSuccs(java.util.Vector succs)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SuccListMessage

public SuccListMessage()
Build the message with an empty Vector with initial size equals to successor list size specified on context.


SuccListMessage

public SuccListMessage(java.util.Vector succs)
Build the message with the Vector succs as initial value.

Parameters:
succs - Initial value for this message.
Method Detail

getSuccs

public java.util.Vector getSuccs()
Returns:
Returns the succs.

setSuccs

public void setSuccs(java.util.Vector succs)
Parameters:
succs - The succs to set.

toString

public java.lang.String toString()
See Also:
Object.toString()


ETHOD