|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MethodCall | |
|---|---|
| org.jgroups.blocks | Provides building blocks that are layered on top of channels. |
| Uses of MethodCall in org.jgroups.blocks |
|---|
| Methods in org.jgroups.blocks with parameters of type MethodCall | ||
|---|---|---|
|
RpcDispatcher.callRemoteMethod(Address dest,
MethodCall call,
RequestOptions options)
Invokes a method in a cluster member and - if blocking - returns the result |
|
|
RpcDispatcher.callRemoteMethods(java.util.Collection<Address> dests,
MethodCall method_call,
RequestOptions options)
Invokes a method in all members and expects responses from members contained in dests (or all members if dests is null). |
|
|
RpcDispatcher.callRemoteMethodsWithFuture(java.util.Collection<Address> dests,
MethodCall method_call,
RequestOptions options)
Invokes a method in all members and expects responses from members contained in dests (or all members if dests is null). |
|
|
RpcDispatcher.callRemoteMethodWithFuture(Address dest,
MethodCall call,
RequestOptions options)
Invokes a method in a cluster member and - if blocking - returns the result |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||