Uses of Interface
org.eclipse.ecf.remoteservice.IRemoteCallListener
Package
Description
-
Uses of IRemoteCallListener in org.eclipse.ecf.provider.remoteservice.generic
Modifier and TypeMethodDescriptionvoid
RemoteServiceImpl.callAsync
(IRemoteCall call, IRemoteCallListener listener) protected void
RegistrySharedObject.fireCallCompleteEvent
(IRemoteCallListener listener, long requestId, Object response, boolean hadException, Throwable exception) protected void
RegistrySharedObject.fireCallStartEvent
(IRemoteCallListener listener, long requestId, IRemoteServiceReference reference, IRemoteCall call) protected void
RegistrySharedObject.sendCallRequestWithListener
(RemoteServiceRegistrationImpl remoteRegistration, IRemoteCall call, IRemoteCallListener listener) ModifierConstructorDescriptionRequest
(ID requestContainerID, long serviceId, RemoteCallImpl call, IRemoteCallListener listener) -
Uses of IRemoteCallListener in org.eclipse.ecf.remoteservice
Modifier and TypeClassDescriptionclass
Abstract implementer of IRemoteCallListener.class
Modifier and TypeMethodDescriptionstatic void
RemoteServiceHelper.asyncExec
(IRemoteService remoteService, String method, Object[] parameters, long timeout, IRemoteCallListener listener) Invoke given method asynchronously, and call listener upon successful completion.static void
RemoteServiceHelper.asyncExec
(IRemoteService remoteService, String method, Object[] parameters, IRemoteCallListener listener) Invoke given method asynchronously, and call listener upon successful completion.void
IRemoteService.callAsync
(IRemoteCall call, IRemoteCallListener listener) Call remote method specified by call parameter asynchronously, and notify specified listener when call starts and completes.protected Object
AbstractRemoteService.callAsyncWithResult
(IRemoteCall call, IRemoteCallListener listener) protected void
AbstractRemoteService.callAsyncWithTimeout
(IRemoteCall call, Callable<IRemoteCallCompleteEvent> callable, IRemoteCallListener callback) -
Uses of IRemoteCallListener in org.eclipse.ecf.remoteservice.client
Modifier and TypeMethodDescriptionprotected void
AbstractClientService.callAsync
(IRemoteCall call, IRemoteCallable restClientCallable, IRemoteCallListener listener) void
AbstractClientService.callAsync
(IRemoteCall call, IRemoteCallListener listener) void
AbstractRSAClientService.callAsync
(IRemoteCall call, IRemoteCallListener listener) ModifierConstructorDescriptionAsyncResult
(IRemoteCall call, IRemoteCallable callable, IRemoteCallListener listener)