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.sendMessage(Message msg,
int mode,
long timeout) |
java.lang.Object |
MessageDispatcher.sendMessage(Message msg,
int mode,
long timeout)
Sends a message to a single member (destination = msg.dest) and returns the response.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
RpcProtocol.callRemoteMethod(Address dest,
MethodCall method_call,
int mode,
long timeout) |
java.lang.Object |
RpcProtocol.callRemoteMethod(Address dest,
java.lang.String method_name,
int mode,
long timeout) |
java.lang.Object |
RpcProtocol.callRemoteMethod(Address dest,
java.lang.String method_name,
java.lang.Object[] args,
java.lang.Class[] types,
int mode,
long timeout) |
java.lang.Object |
RpcProtocol.callRemoteMethod(Address dest,
java.lang.String method_name,
java.lang.Object[] args,
java.lang.String[] signature,
int mode,
long timeout) |
java.lang.Object |
MessageProtocol.sendMessage(Message msg,
int mode,
long timeout)
Sends a message to a single member (destination = msg.dest) and returns the response.
|
Copyright ? 1998-2006 Bela Ban. All Rights Reserved.