public interface ServicesManager
This interface is not intended to be implemented by clients.
MDWorkbenchServer.getServicesManager()
Modifier and Type | Method and Description |
---|---|
Service |
getService(String id)
Returns the service matching the specified identifier.
|
Collection<Service> |
getServices()
Returns the list of available services.
|
Collection<Service> getServices()
Service getService(String id)
id
- the service identifier.null
if none.Service.getId()