|
Rice Pastry API | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||
| Interface Summary | |
| Continuation | Asynchronously receives the result to a given method call, using the command pattern. |
| Destructable | DESCRIBE THE INTERFACE |
| Executable | Asynchronously executes a processing function, and returns the result. |
| Class Summary | |
| Continuation.ErrorContinuation | This class is a Continuation provided for simplicity which passes any results up to the parent Continuation which it is constructed with. |
| Continuation.ExternalContinuation | This class provides a continuation which is designed to be used from an external thread. |
| Continuation.ListenerContinuation | This class is a Continuation provided for simplicity which listens for any errors and ignores any success values. |
| Continuation.MultiContinuation | This class represents a Continuation which is used when multiple results are expected, which can come back at different times. |
| Continuation.NamedContinuation | Continuation class which takes a provided string as it's name, and returns that String when toString() is called. |
| Continuation.SimpleContinuation | This class is a Continuation provided for simplicity which passes both results and exceptions to the receiveResult() method. |
| Continuation.StandardContinuation | This class is a Continuation provided for simplicity which passes any errors up to the parent Continuation which it is constructed with. |
|
Rice Pastry API | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||