|
JBoss Modular Service Kernel API 1.0.0.CR2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServiceContainerMXBean
The service container management bean interface.
Method Summary | |
---|---|
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. |
Method Detail |
---|
ServiceStatus getServiceStatus(String name)
name
- the service name
List<String> queryServiceNames()
List<ServiceStatus> queryServiceStatuses()
void setServiceMode(String name, String mode)
name
- the service namemode
- the new modevoid dumpServices()
String dumpServicesToString()
|
JBoss Modular Service Kernel API 1.0.0.CR2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |