public class MuleServiceManager extends Object implements ServiceManager
| Constructor and Description |
|---|
MuleServiceManager(ServiceDiscoverer serviceDiscoverer)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<org.mule.runtime.api.service.Service> |
getServices()
Provides access to the services available in the container.
|
void |
start() |
void |
stop() |
public MuleServiceManager(ServiceDiscoverer serviceDiscoverer)
serviceDiscoverer - container service discoverer. Non null.public void start()
throws org.mule.runtime.api.exception.MuleException
start in interface org.mule.runtime.api.lifecycle.Startableorg.mule.runtime.api.exception.MuleExceptionpublic void stop()
throws org.mule.runtime.api.exception.MuleException
stop in interface org.mule.runtime.api.lifecycle.Stoppableorg.mule.runtime.api.exception.MuleExceptionpublic List<org.mule.runtime.api.service.Service> getServices()
ServiceRepositorygetServices in interface ServiceRepositoryCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.