rice.p2p.replication.messaging
Class ResponseMessage

java.lang.Object
  extended byrice.p2p.replication.messaging.ReplicationMessage
      extended byrice.p2p.replication.messaging.ResponseMessage
All Implemented Interfaces:
Message, java.io.Serializable

public class ResponseMessage
extends ReplicationMessage

See Also:
Serialized Form

Field Summary
protected  IdSet ids
           
 
Fields inherited from class rice.p2p.replication.messaging.ReplicationMessage
source
 
Constructor Summary
ResponseMessage(NodeHandle source, IdSet ids)
          Constructor which takes a unique integer Id
 
Method Summary
 IdSet getIdSet()
          Method which returns this messages' ranges
 
Methods inherited from class rice.p2p.replication.messaging.ReplicationMessage
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ids

protected IdSet ids
Constructor Detail

ResponseMessage

public ResponseMessage(NodeHandle source,
                       IdSet ids)
Constructor which takes a unique integer Id

Parameters:
source - The source address
Method Detail

getIdSet

public IdSet getIdSet()
Method which returns this messages' ranges

Returns:
The ranges of this message





Imprint-Dataprotection