|
Rice Pastry API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectrice.p2p.past.testing.PastRegrTest.TestExceptionCommand
protected class PastRegrTest.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 |
PastRegrTest.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 PastRegrTest.TestExceptionCommand()
| 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 Continuation
|
Rice Pastry API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||