com.sentilla.net.rpc
Interface Result<T>
- All Known Implementing Classes:
- RemoteInvoker.ResultIter
public interface Result<T>
Result is used by RemoteInvoker.invokeMany primarily to encapsulate
RuntimeExceptions. getResults returns the remote Procedure results, but is
expected to throw an exception at the caller if one is thrown at the callee.
Method Summary |
T |
getResult()
Return the result of a Procedure. |
getResult
T getResult()
- Return the result of a Procedure. Rethrow a runtime error locally if one
occurred remotely.
Copyright © 2007 Sentilla Corporation. All Rights Reserved.