public class RemoteCallImpl extends SharedObjectMsg implements IRemoteCall, Serializable
clazz, method, nullArgs, nullTypes, parameters
DEFAULT_TIMEOUT
Modifier | Constructor and Description |
---|---|
protected |
RemoteCallImpl(String clazz,
String method,
Object[] parameters,
long timeout) |
Modifier and Type | Method and Description |
---|---|
static RemoteCallImpl |
createRemoteCall(String clazz,
String method,
Object[] parameters,
long timeout) |
long |
getTimeout()
Get timeout (in ms) for the remote call.
|
String |
toString() |
checkAlterMsg, checkForSerializable, createMsg, createMsg, createMsg, createMsg, createMsg, createMsg, createMsg, createMsg, createMsg, createMsg, findMethod, findMethod, findMethodRecursive, findMethodRecursive, getClass, getClassName, getMethod, getNameForClass, getParameters, getParameterTypes, getTypesForParameters, invoke, searchForMethod, setClassName, setMethod, setParameters
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getMethod, getParameters
public static RemoteCallImpl createRemoteCall(String clazz, String method, Object[] parameters, long timeout)
clazz
- the classmethod
- the methodparameters
- the parameterstimeout
- timeoutpublic long getTimeout()
IRemoteCall
getTimeout
in interface IRemoteCall
public String toString()
toString
in class SharedObjectMsg
Copyright © 2004–2020 Eclipse Foundation. All rights reserved.