Interface IDiscoveryService
- All Superinterfaces:
org.eclipse.core.runtime.IAdaptable
,IDiscoveryAdvertiser
,IDiscoveryContainerAdapter
,IDiscoveryLocator
- All Known Implementing Classes:
JSLPDiscoveryContainer
Deprecated.
use IDiscoveryLocator and IDiscoveryContainer instead
OSGI discovery service interface. This interface should be registered
by providers when they wish to expose discovery services to OSGI
service clients.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Deprecated.static final String
Deprecated.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.core.runtime.IAdaptable
getAdapter
Methods inherited from interface org.eclipse.ecf.discovery.IDiscoveryAdvertiser
getServicesNamespace, registerService, unregisterAllServices, unregisterService
Methods inherited from interface org.eclipse.ecf.discovery.IDiscoveryLocator
addServiceListener, addServiceListener, addServiceTypeListener, getAsyncServiceInfo, getAsyncServices, getAsyncServices, getAsyncServiceTypes, getServiceInfo, getServices, getServices, getServicesNamespace, getServiceTypes, purgeCache, removeServiceListener, removeServiceListener, removeServiceTypeListener
-
Field Details
-
CONTAINER_ID
Deprecated.- See Also:
-
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:
-