Class AbstractAsyncProxyRemoteService
java.lang.Object
org.eclipse.ecf.remoteservice.asyncproxy.AbstractAsyncProxyRemoteService
- Direct Known Subclasses:
AbstractRemoteService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected abstract org.eclipse.equinox.concurrent.future.IFuture
protected abstract void
callCompletableAsync
(AbstractAsyncProxyRemoteCall call, IAsyncProxyCompletable completable) protected Object
callFuture
(AbstractAsyncProxyRemoteCall call, Class returnType) protected abstract Future
protected boolean
isReturnAsync
(Object proxy, Method method, Object[] args)
-
Constructor Details
-
AbstractAsyncProxyRemoteService
public AbstractAsyncProxyRemoteService()
-
-
Method Details
-
callAsync
protected abstract org.eclipse.equinox.concurrent.future.IFuture callAsync(AbstractAsyncProxyRemoteCall call) -
callFutureAsync
-
callCompletableAsync
protected abstract void callCompletableAsync(AbstractAsyncProxyRemoteCall call, IAsyncProxyCompletable completable) -
isReturnAsync
-
callFuture
-