|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrice.pastry.messaging.Message
rice.rm.testing.DistRMRegrTestMessage
DistRMRegrTestMessage is used by the dist regression test application on the RM layer to do system invariant checking. This message will be delivered to this application periodically so that the periodic testing activities can be accomplished.
Constructor Summary | |
DistRMRegrTestMessage(Address addr,
Credentials c)
Constructor |
Method Summary | |
void |
handleDeliverMessage(DistRMRegrTestApp rmApp)
This method is called whenever the pastry node receives this message for the DistRMRegrTestApp. |
java.lang.String |
toString()
|
Methods inherited from class rice.pastry.messaging.Message |
getCredentials, getDate, getDestination, getSenderId, getStream, hasPriority, setPriority, setSenderId, stamp |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DistRMRegrTestMessage(Address addr, Credentials c)
addr
- the address of the DistRMRegrTestApp receiver.c
- the credentials associated with the mesasge.Method Detail |
public void handleDeliverMessage(DistRMRegrTestApp rmApp)
rmApp
- the DistRMRegrTestApp application.public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |