Frames | No Frames |
Methods with return type org.jgroups.util.RspList | |
RspList | RpcProtocol.callRemoteMethods(Vector dests, String method_name, Object[] args, Class[] types, int mode, long timeout) |
RspList | RpcProtocol.callRemoteMethods(Vector dests, String method_name, Object[] args, String[] signature, int mode, long timeout) |
RspList | |
RspList | Cast a message to all members, and wait for mode responses. |
Methods with parameter type org.jgroups.util.RspList | |
void | |
void | Checks whether responses from members contain exceptions or timeouts. |
Methods with return type org.jgroups.util.RspList | |
RspList | RpcDispatcher.callRemoteMethods(Vector dests, String method_name, Object[] args, Class[] types, int mode, long timeout) |
RspList | RpcDispatcher.callRemoteMethods(Vector dests, String method_name, Object[] args, String[] signature, int mode, long timeout) |
RspList | |
RspList | Cast a message to all members, and wait for mode responses. |
RspList | |
RspList | Returns the results as a RspList |
RspList | ReplicationManager.send(Address dest, byte[] data, boolean synchronous, long synchronous_timeout, Xid transaction, byte[] lock_info, long lock_acquisition_timeout, long lock_lease_timeout, boolean use_locks) Sends a request to all members of the group. |