Uses of Class
org.eclipse.ecf.remoteservice.asyncproxy.AbstractAsyncProxyRemoteCall
Package
Description
-
Uses of AbstractAsyncProxyRemoteCall in org.eclipse.ecf.remoteservice
Modifier and TypeMethodDescriptionprotected org.eclipse.equinox.concurrent.future.IFuture
AbstractRemoteService.callAsync
(AbstractAsyncProxyRemoteCall call) protected void
AbstractRemoteService.callCompletableAsync
(AbstractAsyncProxyRemoteCall call, IAsyncProxyCompletable completable) protected Future
AbstractRemoteService.callFutureAsync
(AbstractAsyncProxyRemoteCall call) -
Uses of AbstractAsyncProxyRemoteCall in org.eclipse.ecf.remoteservice.asyncproxy
Modifier and TypeMethodDescriptionprotected abstract org.eclipse.equinox.concurrent.future.IFuture
AbstractAsyncProxyRemoteService.callAsync
(AbstractAsyncProxyRemoteCall call) protected abstract void
AbstractAsyncProxyRemoteService.callCompletableAsync
(AbstractAsyncProxyRemoteCall call, IAsyncProxyCompletable completable) protected Object
AbstractAsyncProxyRemoteService.callFuture
(AbstractAsyncProxyRemoteCall call, Class returnType) protected abstract Future
AbstractAsyncProxyRemoteService.callFutureAsync
(AbstractAsyncProxyRemoteCall call) -
Uses of AbstractAsyncProxyRemoteCall in org.eclipse.ecf.remoteservice.client
-
Uses of AbstractAsyncProxyRemoteCall in org.eclipse.ecf.remoteservice.rest
-
Uses of AbstractAsyncProxyRemoteCall in org.eclipse.ecf.remoteservice.util
Modifier and TypeClassDescriptionclass
Implementation of IRemoteCall based upon Method.