Uses of Class
org.eclipse.ecf.remoteservice.asyncproxy.AbstractAsyncProxyRemoteCall
Packages that use AbstractAsyncProxyRemoteCall
Package
Description
-
Uses of AbstractAsyncProxyRemoteCall in org.eclipse.ecf.remoteservice
Subclasses of AbstractAsyncProxyRemoteCall in org.eclipse.ecf.remoteserviceMethods in org.eclipse.ecf.remoteservice with parameters of type AbstractAsyncProxyRemoteCallModifier 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
Methods in org.eclipse.ecf.remoteservice.asyncproxy with parameters of type AbstractAsyncProxyRemoteCallModifier 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
Subclasses of AbstractAsyncProxyRemoteCall in org.eclipse.ecf.remoteservice.client -
Uses of AbstractAsyncProxyRemoteCall in org.eclipse.ecf.remoteservice.util
Subclasses of AbstractAsyncProxyRemoteCall in org.eclipse.ecf.remoteservice.utilModifier and TypeClassDescriptionclass
Implementation of IRemoteCall based upon Method.