| 
Rice Pastry API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectrice.Continuation.SimpleContinuation
This class is a Continuation provided for simplicity which passes both results and exceptions to the receiveResult() method.
| Nested Class Summary | 
| Constructor Summary | |
Continuation.SimpleContinuation()
 | 
|
| Method Summary | |
 void | 
receiveException(java.lang.Exception result)
Called when an execption occured as a result of the previous command.  | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Methods inherited from interface rice.Continuation | 
receiveResult | 
| Constructor Detail | 
public Continuation.SimpleContinuation()
| Method Detail | 
public void receiveException(java.lang.Exception result)
receiveException in interface Continuationresult - The exception which was caused.
  | 
Rice Pastry API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||