All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----JavaGroups.JavaStack.Protocol | +----JavaGroups.MessageDispatcher | +----JavaGroups.RpcDispatcher
mode
responses.
public RpcDispatcher(Channel channel, MessageListener l, MembershipListener l2, Object server_obj)
public String GetName()
public RspList CastMessage(Vector dests, Message msg, int mode, long timeout)
mode
responses.
public Object SendMessage(Message msg, int mode, long timeout) throws Timeout, Suspected
public RspList CallRemoteMethods(Vector dests, String method_name, int mode, long timeout)
public RspList CallRemoteMethods(Vector dests, String method_name, Object arg1, int mode, long timeout)
public RspList CallRemoteMethods(Vector dests, String method_name, Object arg1, Object arg2, int mode, long timeout)
public RspList CallRemoteMethods(Vector dests, String method_name, Object arg1, Object arg2, Object arg3, int mode, long timeout)
public RspList CallRemoteMethods(Vector dests, MethodCall method_call, int mode, long timeout)
public Object CallRemoteMethod(Object dest, String method_name, int mode, long timeout) throws Timeout, Suspected
public Object CallRemoteMethod(Object dest, String method_name, Object arg1, int mode, long timeout) throws Timeout, Suspected
public Object CallRemoteMethod(Object dest, String method_name, Object arg1, Object arg2, int mode, long timeout) throws Timeout, Suspected
public Object CallRemoteMethod(Object dest, String method_name, Object arg1, Object arg2, Object arg3, int mode, long timeout) throws Timeout, Suspected
public Object CallRemoteMethod(Object dest, MethodCall method_call, int mode, long timeout) throws Timeout, Suspected
public Object Handle(Message req)
public void ChannelConnected(Channel channel)
public void ChannelDisconnected(Channel channel)
public void ChannelClosed(Channel channel)
All Packages Class Hierarchy This Package Previous Next Index