|
||||||||||
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 | ||
---|---|---|
java.lang.Object |
RpcDispatcher.callRemoteMethod(Address dest,
MethodCall call)
Deprecated. |
|
java.lang.Object |
RpcDispatcher.callRemoteMethod(Address dest,
MethodCall method_call,
int mode,
long timeout)
Deprecated. |
|
java.lang.Object |
RpcDispatcher.callRemoteMethod(Address dest,
MethodCall method_call,
int mode,
long timeout,
boolean oob)
Deprecated. |
|
java.lang.Object |
RpcDispatcher.callRemoteMethod(Address dest,
MethodCall call,
RequestOptions options)
|
|
RspList |
RpcDispatcher.callRemoteMethods(java.util.Collection<Address> dests,
MethodCall method_call,
RequestOptions options)
Invokes a method in all members contained in dests (or all members if dests is null). |
|
RspList |
RpcDispatcher.callRemoteMethods(java.util.Vector<Address> dests,
MethodCall method_call,
int mode,
long timeout)
Deprecated. |
|
NotifyingFuture<RspList> |
RpcDispatcher.callRemoteMethodsWithFuture(java.util.Collection<Address> dests,
MethodCall method_call,
RequestOptions options)
|
|
NotifyingFuture<RspList> |
RpcDispatcher.callRemoteMethodsWithFuture(java.util.Vector<Address> dests,
MethodCall method_call)
Deprecated. |
|
NotifyingFuture<RspList> |
RpcDispatcher.callRemoteMethodsWithFuture(java.util.Vector<Address> dests,
MethodCall method_call,
int mode,
long timeout,
boolean use_anycasting,
boolean oob,
RspFilter filter)
Deprecated. |
|
|
RpcDispatcher.callRemoteMethodWithFuture(Address dest,
MethodCall call)
Deprecated. |
|
|
RpcDispatcher.callRemoteMethodWithFuture(Address dest,
MethodCall method_call,
int mode,
long timeout,
boolean oob)
Deprecated. |
|
|
RpcDispatcher.callRemoteMethodWithFuture(Address dest,
MethodCall call,
RequestOptions options)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |