Interface SystemReadyMonitorMXBean
-
- All Known Subinterfaces:
SystemReadyMonitor
- All Known Implementing Classes:
DelegatingSystemReadyMonitorMXBean,KarafSystemReady,SimpleSystemReadyMonitor,TestSystemReadyMonitor
public interface SystemReadyMonitorMXBeanService which exposes system ready-ness state as MBean.- Author:
- Faseela K
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFailureCause()Obtain the cause of aSystemState.FAILURE.SystemStategetSystemState()Obtain current system status as one of few possible enumerated values.
-
-
-
Method Detail
-
getSystemState
SystemState getSystemState()
Obtain current system status as one of few possible enumerated values.
-
getFailureCause
String getFailureCause()
Obtain the cause of aSystemState.FAILURE.
-
-