Uses of Class
org.eclipse.ecf.remoteservice.asyncproxy.AbstractAsyncProxyRemoteCall

Packages that use AbstractAsyncProxyRemoteCall
org.eclipse.ecf.remoteservice   
org.eclipse.ecf.remoteservice.asyncproxy   
org.eclipse.ecf.remoteservice.rest   
org.eclipse.ecf.remoteservice.util   
 

Uses of AbstractAsyncProxyRemoteCall in org.eclipse.ecf.remoteservice
 

Subclasses of AbstractAsyncProxyRemoteCall in org.eclipse.ecf.remoteservice
 class RemoteCall
           
 

Methods in org.eclipse.ecf.remoteservice with parameters of type AbstractAsyncProxyRemoteCall
protected  org.eclipse.equinox.concurrent.future.IFuture AbstractRemoteService.callAsync(AbstractAsyncProxyRemoteCall call)
           
protected  void AbstractRemoteService.callCompletableAsync(AbstractAsyncProxyRemoteCall call, IAsyncProxyCompletable completable)
           
protected  java.util.concurrent.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 AbstractAsyncProxyRemoteCall
protected abstract  org.eclipse.equinox.concurrent.future.IFuture AbstractAsyncProxyRemoteService.callAsync(AbstractAsyncProxyRemoteCall call)
           
protected abstract  void AbstractAsyncProxyRemoteService.callCompletableAsync(AbstractAsyncProxyRemoteCall call, IAsyncProxyCompletable completable)
           
protected  java.lang.Object AbstractAsyncProxyRemoteService.callFuture(AbstractAsyncProxyRemoteCall call, java.lang.Class returnType)
           
protected abstract  java.util.concurrent.Future AbstractAsyncProxyRemoteService.callFutureAsync(AbstractAsyncProxyRemoteCall call)
           
 

Uses of AbstractAsyncProxyRemoteCall in org.eclipse.ecf.remoteservice.rest
 

Subclasses of AbstractAsyncProxyRemoteCall in org.eclipse.ecf.remoteservice.rest
 class RestCall
          Implementation of IRestCall.
 

Uses of AbstractAsyncProxyRemoteCall in org.eclipse.ecf.remoteservice.util
 

Subclasses of AbstractAsyncProxyRemoteCall in org.eclipse.ecf.remoteservice.util
 class RemoteCallMethod
          Implementation of IRemoteCall based upon Method.