public abstract class AbstractAsyncProxyRemoteService extends Object
Constructor and Description |
---|
AbstractAsyncProxyRemoteService() |
Modifier and Type | Method and Description |
---|---|
protected abstract org.eclipse.equinox.concurrent.future.IFuture |
callAsync(AbstractAsyncProxyRemoteCall call) |
protected abstract void |
callCompletableAsync(AbstractAsyncProxyRemoteCall call,
IAsyncProxyCompletable completable) |
protected Object |
callFuture(AbstractAsyncProxyRemoteCall call,
Class returnType) |
protected abstract Future |
callFutureAsync(AbstractAsyncProxyRemoteCall call) |
protected abstract org.eclipse.equinox.concurrent.future.IFuture callAsync(AbstractAsyncProxyRemoteCall call)
protected abstract Future callFutureAsync(AbstractAsyncProxyRemoteCall call)
protected abstract void callCompletableAsync(AbstractAsyncProxyRemoteCall call, IAsyncProxyCompletable completable)
protected Object callFuture(AbstractAsyncProxyRemoteCall call, Class returnType)
Copyright © 2017. All rights reserved.