Uses of Interface
org.eclipse.ecf.remoteservice.IRemoteCallListener
Packages that use IRemoteCallListener
Package
Description
-
Uses of IRemoteCallListener in org.eclipse.ecf.provider.remoteservice.generic
Methods in org.eclipse.ecf.provider.remoteservice.generic that return IRemoteCallListenerMethods in org.eclipse.ecf.provider.remoteservice.generic with parameters of type IRemoteCallListenerModifier 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) Constructors in org.eclipse.ecf.provider.remoteservice.generic with parameters of type IRemoteCallListenerModifierConstructorDescriptionRequest
(ID requestContainerID, long serviceId, RemoteCallImpl call, IRemoteCallListener listener) -
Uses of IRemoteCallListener in org.eclipse.ecf.remoteservice
Classes in org.eclipse.ecf.remoteservice that implement IRemoteCallListenerModifier and TypeClassDescriptionclass
Abstract implementer of IRemoteCallListener.class
Methods in org.eclipse.ecf.remoteservice that return IRemoteCallListenerMethods in org.eclipse.ecf.remoteservice with parameters of type IRemoteCallListenerModifier 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) Constructors in org.eclipse.ecf.remoteservice with parameters of type IRemoteCallListener -
Uses of IRemoteCallListener in org.eclipse.ecf.remoteservice.client
Methods in org.eclipse.ecf.remoteservice.client with parameters of type IRemoteCallListenerModifier 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) Constructors in org.eclipse.ecf.remoteservice.client with parameters of type IRemoteCallListenerModifierConstructorDescriptionAsyncResult
(IRemoteCall call, IRemoteCallable callable, IRemoteCallListener listener)