Package | Description |
---|---|
org.jgroups.blocks |
Provides building blocks that are layered on top of channels.
|
Modifier and Type | Method and Description |
---|---|
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.
|
<T> NotifyingFuture<T> |
RpcDispatcher.callRemoteMethodWithFuture(Address dest,
MethodCall call)
Deprecated.
|
<T> NotifyingFuture<T> |
RpcDispatcher.callRemoteMethodWithFuture(Address dest,
MethodCall method_call,
int mode,
long timeout,
boolean oob)
Deprecated.
|
<T> NotifyingFuture<T> |
RpcDispatcher.callRemoteMethodWithFuture(Address dest,
MethodCall call,
RequestOptions options) |
Copyright © 1998-2009 Bela Ban / Red Hat. All Rights Reserved.