Package com.yahoo.jrt.tool
Class RpcInvoker
java.lang.Object
com.yahoo.jrt.tool.RpcInvoker
A generic rpc invoker for use by command line tools
- Author:
- bratseth
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RpcInvoker
public RpcInvoker()
-
-
Method Details
-
createRequest
-
invoke
Invokes a rpc method without throwing an exception- Parameters:
connectspec- the rpc server connection specmethod- the name of the method to invokearguments- the argument to the method, or null or an empty list if there are no arguments
-
main
-