public interface ApplicationMBean
javax.management.JMX#newMBeanProxy
method.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
STATE_CHANGE_NOTIFICATION_KEY_STATUS
User data key for the status of the notification.
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final java.lang.String STATE_CHANGE_NOTIFICATION_KEY_STATUS
java.lang.String getState()
java.lang.String getPid()
void start()
void stop()
void restart()