|
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.RawPastRegrTest.TestExceptionCommand
protected class RawPastRegrTest.TestExceptionCommand
Common superclass for test commands which should throw an exception
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface rice.Continuation |
---|
Continuation.ErrorContinuation<R,E extends java.lang.Exception>, Continuation.ExternalContinuation<R,E extends java.lang.Exception>, Continuation.ExternalContinuationRunnable<R,E extends java.lang.Exception>, Continuation.ExternalRunnable, Continuation.ListenerContinuation<R,E extends java.lang.Exception>, Continuation.MultiContinuation, Continuation.NamedContinuation, Continuation.SimpleContinuation, Continuation.StandardContinuation<R,E extends java.lang.Exception> |
Constructor Summary | |
---|---|
protected |
RawPastRegrTest.TestExceptionCommand()
|
Method Summary | |
---|---|
void |
receive(java.lang.Object result)
|
void |
receiveException(java.lang.Exception e)
Called when an exception occurred as a result of the previous command. |
void |
receiveResult(java.lang.Object result)
Called when a previously requested result is now available. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected RawPastRegrTest.TestExceptionCommand()
Method Detail |
---|
public void receiveResult(java.lang.Object result)
Continuation
receiveResult
in interface Continuation
result
- The result of the command.public void receive(java.lang.Object result) throws java.lang.Exception
java.lang.Exception
public void receiveException(java.lang.Exception e)
Continuation
receiveException
in interface Continuation
|
Rice Pastry API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |