|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ApplicationMBean
Management interface for MBeans with names of the form "WebSphere:service=com.ibm.websphere.application.ApplicationMBean,name=*"
where * is the name of an application under the Liberty profile. One such MBean for each application in the system is available
from the Liberty profile platform MBean server. This interface can be used to request a proxy object via the javax.management.JMX#newMBeanProxy
method.
Method Summary | |
---|---|
java.lang.String |
getPid()
Retrieves the value of the read-only attribute Pid (service persistent identifier). |
java.lang.String |
getState()
Retrieves the value of the read-only attribute State, which represents the current state of the application. |
void |
restart()
Invokes the restart operation, requesting that the Liberty profile restart the application. |
void |
start()
Invokes the start operation, requesting that the Liberty profile start the application. |
void |
stop()
Invokes the stop operation, requesting that the Liberty profile stop the application. |
Method Detail |
---|
java.lang.String getState()
java.lang.String getPid()
void start()
void stop()
void restart()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |