Package fabric.worker.remote

Remote call implementation.

See:
          Description

Class Summary
ConnectionHandler Manages a connection with a remote worker.
MessageHandlerThread  
RemoteCallManager A thread that handles incoming requests from other workers.
RemoteWorker Encapsulates a remote worker.
SessionAttributes  
UpdateMap Maps proxies to the host that holds the most up-to-date copy of that object.
 

Exception Summary
RemoteCallException Thrown to indicate a remote call had an exceptional result.
RemoteCallLabelCheckFailedException Indicates that the runtime label check for a remote call has failed.
 

Package fabric.worker.remote Description

Remote call implementation.