Package | Description |
---|---|
org.jgroups.blocks |
Provides building blocks that are layered on top of channels.
|
org.jgroups.stack |
Support for managing protocol stacks.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
RpcDispatcher.callRemoteMethod(Address dest,
MethodCall method_call,
int mode,
long timeout) |
RspList |
RpcDispatcher.callRemoteMethods(java.util.Vector dests,
MethodCall method_call,
int mode,
long timeout) |
RspList |
RpcDispatcher.callRemoteMethods(java.util.Vector dests,
MethodCall method_call,
int mode,
long timeout,
boolean use_anycasting) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
RpcProtocol.callRemoteMethod(Address dest,
MethodCall method_call,
int mode,
long timeout) |
RspList |
RpcProtocol.callRemoteMethods(java.util.Vector dests,
MethodCall method_call,
int mode,
long timeout) |
Copyright ? 1998-2006 Bela Ban. All Rights Reserved.