|
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. |
java.lang.String |
dumpServicesToString()
Dump the container state to a big string. |
ServiceStatus |
getServiceStatus(java.lang.String name)
Get the status of one service. |
java.util.List<java.lang.String> |
queryServiceNames()
Get a list of service names in this container. |
java.util.List<ServiceStatus> |
queryServiceStatuses()
Get a list of service statuses in this container. |
void |
setServiceMode(java.lang.String name,
java.lang.String mode)
Change the mode of a service. |
Method Detail |
---|
ServiceStatus getServiceStatus(java.lang.String name)
name
- the service name
java.util.List<java.lang.String> queryServiceNames()
java.util.List<ServiceStatus> queryServiceStatuses()
void setServiceMode(java.lang.String name, java.lang.String mode)
name
- the service namemode
- the new modevoid dumpServices()
java.lang.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 |