Class RPCUtils
java.lang.Object
org.openbase.jul.communication.controller.RPCUtils
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringargumentToString(Object argument) callRemoteServerMethod(Object argument, RPCRemote<?> remote) static <RETURN> Future<RETURN> callRemoteServerMethod(Object argument, RPCRemote<?> remote, Class<RETURN> returnClass) callRemoteServerMethod(Object argument, org.openbase.jul.communication.iface.RPCClient remote) static <RETURN> Future<RETURN> callRemoteServerMethod(Object argument, org.openbase.jul.communication.iface.RPCClient remote, Class<RETURN> returnClass) callRemoteServerMethod(RPCRemote<?> remote) static <RETURN> Future<RETURN> callRemoteServerMethod(RPCRemote<?> remote, Class<RETURN> returnClass) callRemoteServerMethod(org.openbase.jul.communication.iface.RPCClient remote) static <RETURN> Future<RETURN> callRemoteServerMethod(org.openbase.jul.communication.iface.RPCClient remote, Class<RETURN> returnClass)
-
Field Details
-
RPC_TIMEOUT
public static final long RPC_TIMEOUT -
USER_TIME_KEY
- See Also:
-
CREATE_TIMESTAMP
- See Also:
-
USER_TIME_VALUE_INVALID
public static final long USER_TIME_VALUE_INVALID- See Also:
-
-
Constructor Details
-
RPCUtils
public RPCUtils()
-
-
Method Details
-
callRemoteServerMethod
-
callRemoteServerMethod
-
callRemoteServerMethod
-
callRemoteServerMethod
-
callRemoteServerMethod
-
callRemoteServerMethod
-
callRemoteServerMethod
-
callRemoteServerMethod
-
argumentToString
-