Package | Description |
---|---|
org.eclipse.ecf.remoteservice.client |
Modifier and Type | Method and Description |
---|---|
protected AbstractRSAClientService.RSARemoteCall |
AbstractRSAClientService.createRemoteCall(Object proxy,
Method method,
String methodName,
Object[] parameters,
long timeout) |
Modifier and Type | Method and Description |
---|---|
protected Callable<IRemoteCallCompleteEvent> |
AbstractRSAClientService.getAsyncCallable(AbstractRSAClientService.RSARemoteCall call) |
protected Callable<Object> |
AbstractRSAClientService.getSyncCallable(AbstractRSAClientService.RSARemoteCall call) |
protected Object |
AbstractRSAClientService.invokeAsync(AbstractRSAClientService.RSARemoteCall remoteCall)
Invoke a remote call asynchronously.
|
protected Object |
AbstractRSAClientService.invokeSync(AbstractRSAClientService.RSARemoteCall remoteCall)
Invoke a remote call synchronously.
|
Copyright © 2004–2020 Eclipse Foundation. All rights reserved.