|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Result | |
---|---|
com.sentilla.net.rpc | Sentilla Remote Procedure Call (RPC) libraries and mechanisms. |
Uses of Result in com.sentilla.net.rpc |
---|
Classes in com.sentilla.net.rpc that implement Result | |
---|---|
protected class |
RemoteInvoker.ResultIter<T>
|
Methods in com.sentilla.net.rpc that return Result | |
---|---|
Result<T> |
RemoteInvoker.ResultIter.next()
|
Methods in com.sentilla.net.rpc that return types with arguments of type Result | ||
---|---|---|
|
RemoteInvoker.getResultMany(Class<T> result_type,
int maxResults,
int timeoutMilli)
|
|
|
RemoteInvoker.invokeMany(Procedure<T> procedure,
Class<T> result_type,
int maxResults,
int timeoutMilli)
Remotely invoke a procedure and return an iterable over possibly many results. |
|
Iterator<Result<T>> |
RemoteInvoker.ResultIter.iterator()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |