rice.rm.testing
Class DistRMRegrTestReplicateMessage
java.lang.Object
rice.pastry.messaging.Message
rice.rm.testing.DistRMRegrTestReplicateMessage
- All Implemented Interfaces:
- java.io.Serializable
- public class DistRMRegrTestReplicateMessage
- extends Message
- implements java.io.Serializable
DistRMRegrTestReplicateMessage is used by the dist regression test
application on the RM layer to do the initial replication of a few
objects into the system and the periodic refreshing.
Note that this will be done only by the first node that forms
the pastry ring.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DistRMRegrTestReplicateMessage
public DistRMRegrTestReplicateMessage(Address addr,
Credentials c)
- Constructor
- Parameters:
addr
- the address of the DistRMRegrTestApp receiver.c
- the credentials associated with the mesasge.
handleDeliverMessage
public void handleDeliverMessage(DistRMRegrTestApp rmApp)
- This method is called whenever the pastry node receives this message for the
DistRMRegrTestApp.
- Parameters:
rmApp
- the DistRMRegrTestApp application.
toString
public java.lang.String toString()