Uses of Class
org.eclipse.ecf.provider.remoteservice.generic.RemoteCallImpl
Packages that use RemoteCallImpl
-
Uses of RemoteCallImpl in org.eclipse.ecf.provider.remoteservice.generic
Methods in org.eclipse.ecf.provider.remoteservice.generic that return RemoteCallImplModifier and TypeMethodDescriptionstatic RemoteCallImpl
RemoteCallImpl.createRemoteCall
(String clazz, String method, Object[] parameters, long timeout) Request.getCall()
Methods in org.eclipse.ecf.provider.remoteservice.generic with parameters of type RemoteCallImplModifier and TypeMethodDescriptionRemoteServiceRegistrationImpl.callService
(RemoteCallImpl call) protected Object
RegistrySharedObject.invokeLocal
(RemoteServiceRegistrationImpl reg, RemoteCallImpl call) Constructors in org.eclipse.ecf.provider.remoteservice.generic with parameters of type RemoteCallImplModifierConstructorDescriptionRequest
(ID requestContainerID, long serviceId, RemoteCallImpl call) Request
(ID requestContainerID, long serviceId, RemoteCallImpl call, IRemoteCallListener listener)