Package | Description |
---|---|
org.eclipse.ecf.remoteservice | |
org.eclipse.ecf.remoteservice.client |
Modifier and Type | Method and Description |
---|---|
protected IRemoteCallCompleteEvent |
AbstractRemoteService.createRCCE(Object result,
Throwable e) |
protected IRemoteCallCompleteEvent |
AbstractRemoteService.createRCCEFailure(Throwable e) |
protected IRemoteCallCompleteEvent |
AbstractRemoteService.createRCCESuccess(Object result) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractRemoteCallListener.handleRemoteCallCompleteEvent(IRemoteCallCompleteEvent event) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractRemoteService.callAsyncWithTimeout(IRemoteCall call,
Callable<IRemoteCallCompleteEvent> callable,
IRemoteCallListener callback) |
Modifier and Type | Method and Description |
---|---|
protected Callable<IRemoteCallCompleteEvent> |
AbstractRSAClientService.getAsyncCallable(AbstractRSAClientService.RSARemoteCall call) |
Copyright © 2004–2020 Eclipse Foundation. All rights reserved.