|
Rice Pastry API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--rice.p2p.past.testing.PastRegrTest.TestCommand
Common superclass for test commands.
| Nested Class Summary |
| Nested classes inherited from class rice.Continuation |
Continuation.ExternalContinuation, Continuation.ListenerContinuation, Continuation.StandardContinuation |
| Constructor Summary | |
protected |
PastRegrTest.TestCommand()
|
| Method Summary | |
void |
receive(java.lang.Object result)
|
void |
receiveException(java.lang.Exception e)
Called when an execption occured as a result of the previous command. |
void |
receiveResult(java.lang.Object result)
Called when a previously requested result is now availble. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected PastRegrTest.TestCommand()
| Method Detail |
public void receiveResult(java.lang.Object result)
Continuation
receiveResult in interface Continuationresult - The result of the command.
public void receive(java.lang.Object result)
throws java.lang.Exception
java.lang.Exceptionpublic void receiveException(java.lang.Exception e)
Continuation
receiveException in interface Continuatione - The exception which was caused.
|
Rice Pastry API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||