Package com.sentilla.net.rpc

Sentilla Remote Procedure Call (RPC) libraries and mechanisms.

See:
          Description

Interface Summary
Procedure<T> Procedure is similar to Runnable with the addition that it returns a value of type T.
Result<T> Result is used by RemoteInvoker.invokeMany primarily to encapsulate RuntimeExceptions.
 

Class Summary
RemoteInvoker RemoteInvoker manages an RPC transaction between a caller and callee(s).
RemoteService Private: for Sentilla internal use only.
RemoteService.Call Invocation data sent from the caller to the callee.
RemoteService.Return Result data sent from the callee to the caller.
 

Package com.sentilla.net.rpc Description

Sentilla Remote Procedure Call (RPC) libraries and mechanisms.



Copyright © 2007 Sentilla Corporation. All Rights Reserved.