Frames | No Frames |
Methods which throw type org.jgroups.SuspectedException | |
Object | RpcProtocol.callRemoteMethod(Address dest, String method_name, Object[] args, Class[] types, int mode, long timeout) |
Object | RpcProtocol.callRemoteMethod(Address dest, String method_name, Object[] args, String[] signature, int mode, long timeout) |
Object | |
Object | |
Object | Sends a message to a single member (destination = msg.dest) and returns the response. |
Methods which throw type org.jgroups.SuspectedException | |
Object | RpcDispatcher.callRemoteMethod(Address dest, String method_name, Object[] args, Class[] types, int mode, long timeout) |
Object | RpcDispatcher.callRemoteMethod(Address dest, String method_name, Object[] args, String[] signature, int mode, long timeout) |
Object | |
Object | Sends a message to a single member (destination = msg.dest) and returns the response. |
Object |