| Package | Description |
|---|---|
| org.jboss.msc.service |
The service container implementation itself.
|
| org.jboss.msc.service.management |
| Modifier and Type | Method and Description |
|---|---|
(package private) ServiceStatus |
ServiceControllerImpl.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
ServiceStatus |
ServiceContainerMXBean.getServiceStatus(java.lang.String name)
Get the status of one service.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ServiceStatus> |
ServiceContainerMXBean.queryServiceStatuses()
Get a list of service statuses in this container.
|