Uses of Interface
org.eclipse.ecf.discovery.identity.IServiceID

Packages that use IServiceID
org.eclipse.ecf.discovery   
org.eclipse.ecf.discovery.identity   
org.eclipse.ecf.discovery.ui.model   
org.eclipse.ecf.discovery.ui.model.impl   
org.eclipse.ecf.osgi.services.discovery   
org.eclipse.ecf.osgi.services.distribution   
org.eclipse.ecf.provider.discovery   
org.eclipse.ecf.provider.dnssd   
org.eclipse.ecf.provider.jmdns.container   
org.eclipse.ecf.provider.jmdns.identity   
org.eclipse.ecf.provider.jslp.container   
org.eclipse.ecf.provider.jslp.identity   
org.eclipse.ecf.provider.zookeeper.core   
 

Uses of IServiceID in org.eclipse.ecf.discovery
 

Fields in org.eclipse.ecf.discovery declared as IServiceID
protected  IServiceID ServiceInfo.serviceID
           
 

Methods in org.eclipse.ecf.discovery that return IServiceID
 IServiceID IServiceInfo.getServiceID()
          Get ServiceID for service.
 IServiceID ServiceInfo.getServiceID()
           
 

Methods in org.eclipse.ecf.discovery with parameters of type IServiceID
 org.eclipse.equinox.concurrent.future.IFuture AbstractDiscoveryContainerAdapter.getAsyncServiceInfo(IServiceID service)
           
 org.eclipse.equinox.concurrent.future.IFuture IDiscoveryLocator.getAsyncServiceInfo(IServiceID aServiceID)
          Asynchronously retrieve info about the service
 IServiceInfo IDiscoveryLocator.getServiceInfo(IServiceID aServiceID)
          Synchronously retrieve info about the service
 

Uses of IServiceID in org.eclipse.ecf.discovery.identity
 

Classes in org.eclipse.ecf.discovery.identity that implement IServiceID
 class ServiceID
          Service identity type.
 

Uses of IServiceID in org.eclipse.ecf.discovery.ui.model
 

Methods in org.eclipse.ecf.discovery.ui.model that return IServiceID
 IServiceID IServiceID.getEcfServiceID()
          Returns the value of the 'Ecf Service ID' attribute.
 

Methods in org.eclipse.ecf.discovery.ui.model with parameters of type IServiceID
 void IServiceID.setEcfServiceID(IServiceID value)
          Sets the value of the 'Ecf Service ID' attribute.
 

Uses of IServiceID in org.eclipse.ecf.discovery.ui.model.impl
 

Fields in org.eclipse.ecf.discovery.ui.model.impl declared as IServiceID
protected static IServiceID IServiceIDImpl.ECF_SERVICE_ID_EDEFAULT
          The default value of the 'Ecf Service ID' attribute.
protected  IServiceID IServiceIDImpl.ecfServiceID
          The cached value of the 'Ecf Service ID' attribute.
 

Methods in org.eclipse.ecf.discovery.ui.model.impl that return IServiceID
 IServiceID ModelFactoryImpl.createECFIServiceIDFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 IServiceID IServiceIDImpl.getEcfServiceID()
           
 

Methods in org.eclipse.ecf.discovery.ui.model.impl with parameters of type IServiceID
 void IServiceIDImpl.setEcfServiceID(IServiceID newEcfServiceID)
           
 

Uses of IServiceID in org.eclipse.ecf.osgi.services.discovery
 

Methods in org.eclipse.ecf.osgi.services.discovery that return IServiceID
abstract  IServiceID RemoteServiceEndpointDescription.getServiceID()
           
 

Methods in org.eclipse.ecf.osgi.services.discovery with parameters of type IServiceID
protected  java.lang.String AbstractDiscoveryListener.printServiceID(IServiceID serviceID)
           
 

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

Methods in org.eclipse.ecf.osgi.services.distribution with parameters of type IServiceID
 IRemoteServiceContainer[] IProxyContainerFinder.findProxyContainers(IServiceID serviceID, IRemoteServiceEndpointDescription endpointDescription)
          Find remote service containers.
 IRemoteServiceContainer[] DefaultProxyContainerFinder.findProxyContainers(IServiceID serviceID, IRemoteServiceEndpointDescription endpointDescription)
           
 

Uses of IServiceID in org.eclipse.ecf.provider.discovery
 

Methods in org.eclipse.ecf.provider.discovery with parameters of type IServiceID
 org.eclipse.equinox.concurrent.future.IFuture SingletonDiscoveryContainer.getAsyncServiceInfo(IServiceID aServiceID)
           
 IServiceInfo SingletonDiscoveryContainer.getServiceInfo(IServiceID service)
           
 IServiceInfo CompositeDiscoveryContainer.getServiceInfo(IServiceID aService)
           
 

Uses of IServiceID in org.eclipse.ecf.provider.dnssd
 

Classes in org.eclipse.ecf.provider.dnssd that implement IServiceID
 class DnsSdServiceID
           
 

Methods in org.eclipse.ecf.provider.dnssd with parameters of type IServiceID
 IServiceInfo DnsSdDiscoveryLocator.getServiceInfo(IServiceID aServiceId)
           
 IServiceInfo DnsSdDiscoveryContainerAdapter.getServiceInfo(IServiceID aServiceId)
           
 

Uses of IServiceID in org.eclipse.ecf.provider.jmdns.container
 

Methods in org.eclipse.ecf.provider.jmdns.container with parameters of type IServiceID
 IServiceInfo JMDNSDiscoveryContainer.getServiceInfo(IServiceID service)
          IDiscoveryContainerAdapter methods
 

Uses of IServiceID in org.eclipse.ecf.provider.jmdns.identity
 

Classes in org.eclipse.ecf.provider.jmdns.identity that implement IServiceID
 class JMDNSServiceID
           
 

Uses of IServiceID in org.eclipse.ecf.provider.jslp.container
 

Methods in org.eclipse.ecf.provider.jslp.container with parameters of type IServiceID
 IServiceInfo JSLPDiscoveryContainer.getServiceInfo(IServiceID service)
           
 

Uses of IServiceID in org.eclipse.ecf.provider.jslp.identity
 

Classes in org.eclipse.ecf.provider.jslp.identity that implement IServiceID
 class JSLPServiceID
           
 

Uses of IServiceID in org.eclipse.ecf.provider.zookeeper.core
 

Classes in org.eclipse.ecf.provider.zookeeper.core that implement IServiceID
 class ZooDiscoveryServiceID
           
 

Methods in org.eclipse.ecf.provider.zookeeper.core that return IServiceID
 IServiceID AdvertisedService.getServiceID()
           
 

Methods in org.eclipse.ecf.provider.zookeeper.core with parameters of type IServiceID
 IServiceInfo ZooDiscoveryContainer.getServiceInfo(IServiceID serviceID)