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.rpc.client   
 

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.
 

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 RestClientContainer
          A container for REST services.
 

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

Classes in org.eclipse.ecf.remoteservice.rpc.client that implement IRemoteServiceHost
 class RpcClientContainer
          A container for XML-RPC services.