|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrice.pastry.messaging.Message
rice.scribe.testing.DistScribeRegrTestMessage
DistScribeRegrTestMessage is used by the dist regression test application on the Scribe layer to do publishing on some topics, etc. This message will be delivered to this application periodically so that the periodic testing activities can be accomplished.
Constructor Summary | |
DistScribeRegrTestMessage(Address addr,
Credentials c)
Constructor |
Method Summary | |
boolean |
distinctChildrenTableConsistencyTest(Scribe scribe)
Check the consistency between distinctChildrenTable maintained by scribe on a node and the children maintained by each Topic on that node. |
boolean |
distinctParentTableConsistencyTest(Scribe scribe)
Check the consistency between distinctParentTable maintained by scribe on a node and the parent maintained by each Topic on that node. |
void |
handleDeliverMessage(DistScribeRegrTestApp scribeApp)
This method is called whenever the pastry node receives a message for the DistScribeRegrTestApp. |
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 DistScribeRegrTestMessage(Address addr, Credentials c)
addr
- the address of the distScribeRegrTestApp receiver.c
- the credentials associated with the mesasge.Method Detail |
public void handleDeliverMessage(DistScribeRegrTestApp scribeApp)
scribeApp
- the DistScribeRegrTestApp application.public boolean distinctChildrenTableConsistencyTest(Scribe scribe)
scribe
- the Scribe object residing on local node
public boolean distinctParentTableConsistencyTest(Scribe scribe)
scribe
- the Scribe object residing on local node
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |