public abstract class AbstractAsyncProxyRemoteService
extends java.lang.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 java.lang.Object |
callFuture(AbstractAsyncProxyRemoteCall call,
java.lang.Class returnType) |
protected abstract java.util.concurrent.Future |
callFutureAsync(AbstractAsyncProxyRemoteCall call) |
protected abstract org.eclipse.equinox.concurrent.future.IFuture callAsync(AbstractAsyncProxyRemoteCall call)
protected abstract java.util.concurrent.Future callFutureAsync(AbstractAsyncProxyRemoteCall call)
protected abstract void callCompletableAsync(AbstractAsyncProxyRemoteCall call, IAsyncProxyCompletable completable)
protected java.lang.Object callFuture(AbstractAsyncProxyRemoteCall call, java.lang.Class returnType)