Uses of Interface
org.eclipse.ecf.remoteservice.IRemoteServiceHost

Packages that use IRemoteServiceHost
org.eclipse.ecf.provider.remoteservice.generic   
org.eclipse.ecf.remoteservice   
org.eclipse.ecf.remoteservice.client   
org.eclipse.ecf.remoteservice.rest.client   
org.eclipse.ecf.remoteservice.servlet   
 

Uses of IRemoteServiceHost in org.eclipse.ecf.provider.remoteservice.generic
 

Classes in org.eclipse.ecf.provider.remoteservice.generic that implement IRemoteServiceHost
 class RegistrySharedObject
           
 class RemoteServiceContainer
           
 

Uses of IRemoteServiceHost in org.eclipse.ecf.remoteservice
 

Subinterfaces of IRemoteServiceHost in org.eclipse.ecf.remoteservice
 interface IOSGiRemoteServiceContainerAdapter
           
 interface IRemoteServiceContainerAdapter
          Entry point remote service container adapter.
 

Classes in org.eclipse.ecf.remoteservice that implement IRemoteServiceHost
 class RemoteServiceContainerAdapterImpl
           
 

Uses of IRemoteServiceHost in org.eclipse.ecf.remoteservice.client
 

Subinterfaces of IRemoteServiceHost in org.eclipse.ecf.remoteservice.client
 interface IRemoteServiceClientContainerAdapter
          Remote service client container adapter.
 

Classes in org.eclipse.ecf.remoteservice.client that implement IRemoteServiceHost
 class AbstractClientContainer
          Remote service client abstract superclass.
 

Uses of IRemoteServiceHost in org.eclipse.ecf.remoteservice.rest.client
 

Classes in org.eclipse.ecf.remoteservice.rest.client that implement IRemoteServiceHost
 class AbstractRestClientContainer
           
 class RestClientContainer
          A container for REST services.
 

Uses of IRemoteServiceHost in org.eclipse.ecf.remoteservice.servlet
 

Classes in org.eclipse.ecf.remoteservice.servlet that implement IRemoteServiceHost
 class ServletServerContainer