public interface ServiceContainerMXBean
| Modifier and Type | Method and Description |
|---|---|
void |
dumpServices()
Dump the container state to the console.
|
String |
dumpServicesToString()
Dump the container state to a big string.
|
ServiceStatus |
getServiceStatus(String name)
Get the status of one service.
|
List<String> |
queryServiceNames()
Get a list of service names in this container.
|
List<ServiceStatus> |
queryServiceStatuses()
Get a list of service statuses in this container.
|
void |
setServiceMode(String name,
String mode)
Change the mode of a service.
|
ServiceStatus getServiceStatus(String name)
name - the service nameList<String> queryServiceNames()
List<ServiceStatus> queryServiceStatuses()
void setServiceMode(String name, String mode)
name - the service namemode - the new modevoid dumpServices()
String dumpServicesToString()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.