Interface SystemReadyMonitorMXBean
-
- All Known Subinterfaces:
SystemReadyMonitor
- All Known Implementing Classes:
DelegatingSystemReadyMonitorMXBean
,KarafSystemReady
,SimpleSystemReadyMonitor
,TestSystemReadyMonitor
public interface SystemReadyMonitorMXBean
Service which exposes system ready-ness state as MBean.- Author:
- Faseela K
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getFailureCause()
Obtain the cause of aSystemState.FAILURE
.SystemState
getSystemState()
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
.
-
-