Package jrpc.wrapper.socket
Class RPCUnixRequestMethod
- java.lang.Object
-
- jrpc.wrapper.socket.RPCUnixRequestMethod
-
- All Implemented Interfaces:
IWrapperSocketCall
public class RPCUnixRequestMethod extends java.lang.Object implements IWrapperSocketCall
-
-
Constructor Summary
Constructors Constructor Description RPCUnixRequestMethod(java.lang.String method, java.util.Map<java.lang.String,java.lang.Object> params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetId()java.lang.StringgetMethod()java.util.Map<java.lang.String,java.lang.Object>getParams()intgetRandomNumber()java.lang.StringgetVersion()
-
-
-
Method Detail
-
getId
public int getId()
- Specified by:
getIdin interfaceIWrapperSocketCall
-
getVersion
public java.lang.String getVersion()
- Specified by:
getVersionin interfaceIWrapperSocketCall
-
getMethod
public java.lang.String getMethod()
- Specified by:
getMethodin interfaceIWrapperSocketCall
-
getParams
public java.util.Map<java.lang.String,java.lang.Object> getParams()
- Specified by:
getParamsin interfaceIWrapperSocketCall
-
getRandomNumber
public int getRandomNumber()
-
-