Class AbstractAsyncProxyRemoteService
- java.lang.Object
- 
- org.eclipse.ecf.remoteservice.asyncproxy.AbstractAsyncProxyRemoteService
 
- 
- Direct Known Subclasses:
- AbstractRemoteService
 
 public abstract class AbstractAsyncProxyRemoteService extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description AbstractAsyncProxyRemoteService()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract org.eclipse.equinox.concurrent.future.IFuturecallAsync(AbstractAsyncProxyRemoteCall call)protected abstract voidcallCompletableAsync(AbstractAsyncProxyRemoteCall call, IAsyncProxyCompletable completable)protected ObjectcallFuture(AbstractAsyncProxyRemoteCall call, Class returnType)protected abstract FuturecallFutureAsync(AbstractAsyncProxyRemoteCall call)protected booleanisReturnAsync(Object proxy, Method method, Object[] args)
 
- 
- 
- 
Method Detail- 
callAsyncprotected abstract org.eclipse.equinox.concurrent.future.IFuture callAsync(AbstractAsyncProxyRemoteCall call) 
 - 
callFutureAsyncprotected abstract Future callFutureAsync(AbstractAsyncProxyRemoteCall call) 
 - 
callCompletableAsyncprotected abstract void callCompletableAsync(AbstractAsyncProxyRemoteCall call, IAsyncProxyCompletable completable) 
 - 
callFutureprotected Object callFuture(AbstractAsyncProxyRemoteCall call, Class returnType) 
 
- 
 
-