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

Packages that use IRemoteServiceContainer
org.eclipse.ecf.osgi.services.distribution   
org.eclipse.ecf.remoteservice   
org.eclipse.ecf.server   
 

Uses of IRemoteServiceContainer in org.eclipse.ecf.osgi.services.distribution
 

Fields in org.eclipse.ecf.osgi.services.distribution declared as IRemoteServiceContainer
static IRemoteServiceContainer[] AbstractContainerFinder.EMPTY_REMOTE_SERVICE_CONTAINER_ARRAY
           
 

Methods in org.eclipse.ecf.osgi.services.distribution that return IRemoteServiceContainer
protected  IRemoteServiceContainer AbstractProxyContainerFinder.createContainer(java.lang.String containerTypeDescriptionName, java.util.Map properties)
           
protected  IRemoteServiceContainer AbstractHostContainerFinder.createMatchingContainer(ContainerTypeDescription containerTypeDescription, org.osgi.framework.ServiceReference serviceReference, java.lang.String[] serviceExportedInterfaces, java.lang.String[] requiredConfigs, java.lang.String[] requiredIntents)
           
protected  IRemoteServiceContainer AbstractHostContainerFinder.createRSContainer(org.osgi.framework.ServiceReference serviceReference, ContainerTypeDescription containerTypeDescription)
           
 IRemoteServiceContainer[] IHostContainerFinder.findHostContainers(org.osgi.framework.ServiceReference serviceReference, java.lang.String[] serviceExportedInterfaces, java.lang.String[] serviceExportedConfigs, java.lang.String[] serviceIntents)
          Find remote service containers.
 IRemoteServiceContainer[] DefaultHostContainerFinder.findHostContainers(org.osgi.framework.ServiceReference serviceReference, java.lang.String[] serviceExportedInterfaces, java.lang.String[] serviceExportedConfigs, java.lang.String[] serviceIntents)
           
 IRemoteServiceContainer[] IProxyContainerFinder.findProxyContainers(IServiceID serviceID, IRemoteServiceEndpointDescription endpointDescription)
          Find remote service containers.
 IRemoteServiceContainer[] DefaultProxyContainerFinder.findProxyContainers(IServiceID serviceID, IRemoteServiceEndpointDescription endpointDescription)
           
protected  IRemoteServiceContainer[] AbstractContainerFinder.getRemoteServiceContainers(IContainer[] containers)
           
 

Methods in org.eclipse.ecf.osgi.services.distribution with parameters of type IRemoteServiceContainer
protected  java.lang.String AbstractDistributionListener.printRemoteServiceContainer(int tabLevel, IRemoteServiceContainer remoteServiceContainer)
           
 void LoggingProxyDistributionListener.registered(IRemoteServiceEndpointDescription endpointDescription, IRemoteServiceContainer remoteServiceContainer, IRemoteServiceReference remoteServiceReference, org.osgi.framework.ServiceRegistration proxyServiceRegistration)
           
 void IProxyDistributionListener.registered(IRemoteServiceEndpointDescription endpointDescription, IRemoteServiceContainer remoteServiceContainer, IRemoteServiceReference remoteServiceReference, org.osgi.framework.ServiceRegistration proxyServiceRegistration)
          Event that indicates that a remote service proxy has been successfully been looked up, created, and registered in the local service registry.
 void LoggingHostDistributionListener.registered(org.osgi.framework.ServiceReference serviceReference, IRemoteServiceContainer remoteServiceContainer, IRemoteServiceRegistration remoteRegistration)
           
 void IHostDistributionListener.registered(org.osgi.framework.ServiceReference serviceReference, IRemoteServiceContainer remoteServiceContainer, IRemoteServiceRegistration remoteRegistration)
          Event indicating that a remote service has been registered, with the given local serviceReference, the given remoteServiceContainer, and the given remoteRegistration.
 void LoggingProxyDistributionListener.registering(IRemoteServiceEndpointDescription endpointDescription, IRemoteServiceContainer remoteServiceContainer, IRemoteServiceReference remoteServiceReference)
           
 void IProxyDistributionListener.registering(IRemoteServiceEndpointDescription endpointDescription, IRemoteServiceContainer remoteServiceContainer, IRemoteServiceReference remoteServiceReference)
          Event that indicates that the given endpointDescription and remoteServiceContainer have resulted in a remoteServiceReference that will be used to register a remote service.
 void LoggingProxyDistributionListener.retrievingRemoteServiceReferences(IRemoteServiceEndpointDescription endpointDescription, IRemoteServiceContainer remoteServiceContainer)
           
 void IProxyDistributionListener.retrievingRemoteServiceReferences(IRemoteServiceEndpointDescription endpointDescription, IRemoteServiceContainer remoteServiceContainer)
          Event that indicates that an endpointDescription has been discovered and that the remote service references (specified by the endpointDescription) are being lookedup using the given remoteServiceContainer.
 

Uses of IRemoteServiceContainer in org.eclipse.ecf.remoteservice
 

Classes in org.eclipse.ecf.remoteservice that implement IRemoteServiceContainer
 class RemoteServiceContainer
           
 

Uses of IRemoteServiceContainer in org.eclipse.ecf.server
 

Methods in org.eclipse.ecf.server that return IRemoteServiceContainer
 IRemoteServiceContainer IServiceClient.getRemoteServiceContainer()
          Get the remote service container for this service client.
 IRemoteServiceContainer IServiceHost.getRemoteServiceContainer()
          Get the remote service container for this service client.