public class RunningStateJmx extends NotificationBroadcasterSupport implements RunningStateJmxMBean
OBJECT_NAME| Modifier and Type | Method and Description |
|---|---|
MBeanNotificationInfo[] |
getNotificationInfo() |
String |
getProcessState() |
Process.RunningMode |
getRunningMode() |
Process.RunningState |
getRunningState() |
static void |
registerMBean(ProcessStateNotifier processStateNotifier,
SuspendController suspendController,
RunningModeControl runningModeControl,
boolean isServer) |
void |
setProcessState(ControlledProcessState.State oldState,
ControlledProcessState.State newState) |
void |
setRunningState(Process.RunningState oldState,
Process.RunningState newState) |
addNotificationListener, handleNotification, removeNotificationListener, removeNotificationListener, sendNotificationpublic String getProcessState()
getProcessState in interface RunningStateJmxMBeanpublic Process.RunningState getRunningState()
getRunningState in interface RunningStateJmxMBeanpublic Process.RunningMode getRunningMode()
getRunningMode in interface RunningStateJmxMBeanpublic MBeanNotificationInfo[] getNotificationInfo()
getNotificationInfo in interface NotificationBroadcastergetNotificationInfo in class NotificationBroadcasterSupportpublic void setProcessState(ControlledProcessState.State oldState, ControlledProcessState.State newState)
setProcessState in interface RunningStateJmxMBeanpublic void setRunningState(Process.RunningState oldState, Process.RunningState newState)
setRunningState in interface RunningStateJmxMBeanpublic static void registerMBean(ProcessStateNotifier processStateNotifier, SuspendController suspendController, RunningModeControl runningModeControl, boolean isServer)
Copyright © 2019 JBoss by Red Hat. All rights reserved.