public interface IRemoteCall
IRemoteService
Modifier and Type | Field and Description |
---|---|
static long |
DEFAULT_TIMEOUT
Default remote call timeout is set to the value of system property 'ecf.remotecall.timeout'.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMethod()
Get the method name to call on the remote.
|
java.lang.Object[] |
getParameters()
Get the method parameters of the method to call on the remote.
|
long |
getTimeout()
Get timeout (in ms) for the remote call.
|
static final long DEFAULT_TIMEOUT
java.lang.String getMethod()
java.lang.Object[] getParameters()
null
array of Object parameters. The given
Objects in the array must be be Serializable so that they may be
serialized to deliver to remote.null
, but may be empty array.long getTimeout()