Voyager ORB

Package com.objectspace.voyager.message

Provides advanced messaging capabilities.

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.
 

Package com.objectspace.voyager.message Description

Provides advanced messaging capabilities.


ObjectSpace Inc.

(c) Copyright 1997-1999 ObjectSpace, Inc.
14850 Quorum Drive, Suite 500
Dallas, Texas 75240