public class RemoteCallable extends Object implements IRemoteCallable
IRemoteCallable
.Modifier and Type | Class and Description |
---|---|
static class |
RemoteCallable.Builder |
Modifier and Type | Field and Description |
---|---|
protected IRemoteCallParameter[] |
defaultParameters |
protected long |
defaultTimeout |
protected String |
method |
protected IRemoteCallableRequestType |
requestType |
protected String |
resourcePath |
Constructor and Description |
---|
RemoteCallable(String method,
String resourcePath,
IRemoteCallParameter[] defaultParameters,
IRemoteCallableRequestType requestType) |
RemoteCallable(String method,
String resourcePath,
IRemoteCallParameter[] defaultParameters,
IRemoteCallableRequestType requestType,
long defaultTimeout) |
Modifier and Type | Method and Description |
---|---|
IRemoteCallParameter[] |
getDefaultParameters()
Get default remote call parameters for this remote callable.
|
long |
getDefaultTimeout()
Get default timeout for this remote callable.
|
String |
getMethod()
Get the method name associated with this remote callable.
|
IRemoteCallableRequestType |
getRequestType()
Get request type associated with this remote callable.
|
String |
getResourcePath()
Get the resource path associated with this remote callable.
|
String |
toString() |
protected String method
protected String resourcePath
protected IRemoteCallParameter[] defaultParameters
protected long defaultTimeout
protected IRemoteCallableRequestType requestType
public RemoteCallable(String method, String resourcePath, IRemoteCallParameter[] defaultParameters, IRemoteCallableRequestType requestType, long defaultTimeout)
public RemoteCallable(String method, String resourcePath, IRemoteCallParameter[] defaultParameters, IRemoteCallableRequestType requestType)
public String getMethod()
IRemoteCallable
getMethod
in interface IRemoteCallable
null
.public String getResourcePath()
IRemoteCallable
getResourcePath
in interface IRemoteCallable
null
.public IRemoteCallParameter[] getDefaultParameters()
IRemoteCallable
getDefaultParameters
in interface IRemoteCallable
null
.public IRemoteCallableRequestType getRequestType()
IRemoteCallable
getRequestType
in interface IRemoteCallable
null
.public long getDefaultTimeout()
IRemoteCallable
getDefaultTimeout
in interface IRemoteCallable
Copyright © 2004–2020 Eclipse Foundation. All rights reserved.