Uses of Class
org.eclipse.ecf.remoteservice.AbstractRemoteService
Packages that use AbstractRemoteService
Package
Description
-
Uses of AbstractRemoteService in org.eclipse.ecf.provider.remoteservice.generic
Subclasses of AbstractRemoteService in org.eclipse.ecf.provider.remoteservice.generic -
Uses of AbstractRemoteService in org.eclipse.ecf.remoteservice
Fields in org.eclipse.ecf.remoteservice with type parameters of type AbstractRemoteServiceModifier and TypeFieldDescriptionprotected final Map<IRemoteServiceReference,
List<AbstractRemoteService>> RemoteServiceContainerAdapterImpl.refToImplMap
Methods in org.eclipse.ecf.remoteservice that return AbstractRemoteServiceModifier and TypeMethodDescriptionprotected AbstractRemoteService
RemoteServiceContainerAdapterImpl.createRemoteService
(RemoteServiceRegistrationImpl registration) -
Uses of AbstractRemoteService in org.eclipse.ecf.remoteservice.client
Subclasses of AbstractRemoteService in org.eclipse.ecf.remoteservice.clientModifier and TypeClassDescriptionclass
Remote service client service.class
Abstract client remote service instance. -
Uses of AbstractRemoteService in org.eclipse.ecf.remoteservice.rest.client
Subclasses of AbstractRemoteService in org.eclipse.ecf.remoteservice.rest.clientModifier and TypeClassDescriptionclass
class
This class represents a REST service from the client side of view.