|
Voyager ORB | |||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
ResultListener | ResultListener is the listener interface that must be implemented by objects that wish to receive ResultEvents from an Result. |
Class Summary | |
Future | A Future message spawns a new thread to invoke a method and immediately returns a Result object as a placeholder for the result. |
OneWay | A OneWay message spawns a new thread to invoke a method and returns immediately. |
Result | A Result represents the result of a Sync or Future message. |
ResultEvent | A ResultEvent is generated by an Result object when it receives a message reply. |
Sync | A Sync message invokes a method, waits for the reply, and then returns a Result object that holds the reply. |
Exception Summary | |
TimeoutException | A TimeoutException indicates that a message could not complete within a specified time period. |
Provides advanced messaging capabilities.
|
ObjectSpace Inc. | |||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |