Package | Description |
---|---|
org.jgroups.blocks |
Provides building blocks that are layered on top of channels.
|
Modifier and Type | Method and Description |
---|---|
Object |
RpcDispatcher.callRemoteMethod(Address dest,
MethodCall call)
Deprecated.
|
Object |
RpcDispatcher.callRemoteMethod(Address dest,
MethodCall method_call,
int mode,
long timeout)
Deprecated.
|
Object |
RpcDispatcher.callRemoteMethod(Address dest,
MethodCall method_call,
int mode,
long timeout,
boolean oob)
Deprecated.
|
Object |
RpcDispatcher.callRemoteMethod(Address dest,
MethodCall call,
RequestOptions options) |
RspList |
RpcDispatcher.callRemoteMethods(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(Vector<Address> dests,
MethodCall method_call,
int mode,
long timeout)
Deprecated.
|
NotifyingFuture<RspList> |
RpcDispatcher.callRemoteMethodsWithFuture(Collection<Address> dests,
MethodCall method_call,
RequestOptions options) |
NotifyingFuture<RspList> |
RpcDispatcher.callRemoteMethodsWithFuture(Vector<Address> dests,
MethodCall method_call)
Deprecated.
|
NotifyingFuture<RspList> |
RpcDispatcher.callRemoteMethodsWithFuture(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 © 2013 JBoss, a division of Red Hat. All Rights Reserved.