rice.p2p.replication.messaging
Class ReplicationMessage

java.lang.Object
  extended byrice.p2p.replication.messaging.ReplicationMessage
All Implemented Interfaces:
Message, java.io.Serializable
Direct Known Subclasses:
ReminderMessage, RequestMessage, ResponseMessage

public abstract class ReplicationMessage
extends java.lang.Object
implements Message

See Also:
Serialized Form

Field Summary
protected  NodeHandle source
           
 
Constructor Summary
protected ReplicationMessage(NodeHandle source)
          Constructor which takes a unique integer Id
 
Method Summary
 NodeHandle getSource()
          Method which returns this messages' source address
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

source

protected NodeHandle source
Constructor Detail

ReplicationMessage

protected ReplicationMessage(NodeHandle source)
Constructor which takes a unique integer Id

Parameters:
source - The source address
Method Detail

getSource

public NodeHandle getSource()
Method which returns this messages' source address

Returns:
The source of this message





Imprint-Dataprotection