Interface IDiscoveryService
- 
- All Superinterfaces:
- org.eclipse.core.runtime.IAdaptable,- IDiscoveryAdvertiser,- IDiscoveryContainerAdapter,- IDiscoveryLocator
 - All Known Implementing Classes:
- JSLPDiscoveryContainer
 
 public interface IDiscoveryService extends IDiscoveryContainerAdapter Deprecated.use IDiscoveryLocator and IDiscoveryContainer insteadOSGI discovery service interface. This interface should be registered by providers when they wish to expose discovery services to OSGI service clients.
- 
- 
Field SummaryFields Modifier and Type Field Description static StringCONTAINER_IDDeprecated.static StringCONTAINER_NAMEDeprecated.The name of the discovery container under which it is registered with the OSGi runtime as aProperties
 - 
Method Summary- 
Methods inherited from interface org.eclipse.ecf.discovery.IDiscoveryAdvertisergetServicesNamespace, registerService, unregisterAllServices, unregisterService
 - 
Methods inherited from interface org.eclipse.ecf.discovery.IDiscoveryLocatoraddServiceListener, addServiceListener, addServiceTypeListener, getAsyncServiceInfo, getAsyncServices, getAsyncServices, getAsyncServiceTypes, getServiceInfo, getServices, getServices, getServicesNamespace, getServiceTypes, purgeCache, removeServiceListener, removeServiceListener, removeServiceTypeListener
 
- 
 
- 
- 
- 
Field Detail- 
CONTAINER_IDstatic final String CONTAINER_ID Deprecated.- See Also:
- Constant Field Values
 
 - 
CONTAINER_NAMEstatic final String CONTAINER_NAME Deprecated.The name of the discovery container under which it is registered with the OSGi runtime as aProperties- Since:
- 2.1
- See Also:
- Constant Field Values
 
 
- 
 
-