Uses of Class
org.javagroups.util.RspList

Packages that use RspList
org.javagroups.blocks   
org.javagroups.stack   
 

Uses of RspList in org.javagroups.blocks
 

Methods in org.javagroups.blocks that return RspList
 RspList MessageDispatcher.castMessage(java.util.Vector dests, Message msg, int mode, long timeout)
          Cast a message to all members, and wait for mode responses.
 RspList RpcDispatcher.castMessage(java.util.Vector dests, Message msg, int mode, long timeout)
           
 RspList RpcDispatcher.callRemoteMethods(java.util.Vector dests, java.lang.String method_name, int mode, long timeout)
          Deprecated. use callRemoteMethods(Vector,MethodCall, int, long);
 RspList RpcDispatcher.callRemoteMethods(java.util.Vector dests, java.lang.String method_name, java.lang.Object arg1, int mode, long timeout)
          Deprecated. use callRemoteMethods(Vector,MethodCall, int, long);
 RspList RpcDispatcher.callRemoteMethods(java.util.Vector dests, java.lang.String method_name, java.lang.Object arg1, java.lang.Object arg2, int mode, long timeout)
          Deprecated. use callRemoteMethods(Vector,MethodCall, int, long);
 RspList RpcDispatcher.callRemoteMethods(java.util.Vector dests, java.lang.String method_name, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3, int mode, long timeout)
          Deprecated. use callRemoteMethods(Vector,MethodCall, int, long);
 RspList RpcDispatcher.callRemoteMethods(java.util.Vector dests, MethodCall method_call, int mode, long timeout)
           
 RspList GroupRequest.getResults()
          Returns the results as a RspList
 

Uses of RspList in org.javagroups.stack
 

Methods in org.javagroups.stack that return RspList
 RspList MessageProtocol.castMessage(java.util.Vector dests, Message msg, int mode, long timeout)
          Cast a message to all members, and wait for mode responses.
 RspList RpcProtocol.callRemoteMethods(java.util.Vector dests, java.lang.String method_name, int mode, long timeout)
          Deprecated. this method results in an invalid method call if the argument is null
 RspList RpcProtocol.callRemoteMethods(java.util.Vector dests, java.lang.String method_name, java.lang.Object arg1, int mode, long timeout)
          Deprecated. this method results in an invalid method call if the argument is null
 RspList RpcProtocol.callRemoteMethods(java.util.Vector dests, java.lang.String method_name, java.lang.Object arg1, java.lang.Object arg2, int mode, long timeout)
          Deprecated. this method results in an invalid method call if the argument is null
 RspList RpcProtocol.callRemoteMethods(java.util.Vector dests, java.lang.String method_name, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3, int mode, long timeout)
          Deprecated. this method results in an invalid method call if the argument is null
 RspList RpcProtocol.callRemoteMethods(java.util.Vector dests, java.lang.String method_name, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3, java.lang.Object arg4, int mode, long timeout)
          Deprecated. this method results in an invalid method call if the argument is null
 RspList RpcProtocol.callRemoteMethods(java.util.Vector dests, java.lang.String method_name, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3, java.lang.Object arg4, java.lang.Object arg5, int mode, long timeout)
          Deprecated. this method results in an invalid method call if the argument is null
 RspList RpcProtocol.callRemoteMethods(java.util.Vector dests, MethodCall method_call, int mode, long timeout)
           
 



Copyright © 2001,2002 www.javagroups.com . All Rights Reserved.