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 int
getId()
java.lang.String
getMethod()
java.util.Map<java.lang.String,java.lang.Object>
getParams()
int
getRandomNumber()
java.lang.String
getVersion()
-
-
-
Method Detail
-
getId
public int getId()
- Specified by:
getId
in interfaceIWrapperSocketCall
-
getVersion
public java.lang.String getVersion()
- Specified by:
getVersion
in interfaceIWrapperSocketCall
-
getMethod
public java.lang.String getMethod()
- Specified by:
getMethod
in interfaceIWrapperSocketCall
-
getParams
public java.util.Map<java.lang.String,java.lang.Object> getParams()
- Specified by:
getParams
in interfaceIWrapperSocketCall
-
getRandomNumber
public int getRandomNumber()
-
-