public interface HealthViewMBean
Modifier and Type | Method and Description |
---|---|
String |
getCurrentStatus() |
TabularData |
health() |
List<HealthStatus> |
healthList()
Warning this method can only be invoked if you have the correct version
of
HealthStatus on your classpath or you use something
like jolokia to access JMX. |
TabularData health() throws Exception
Exception
List<HealthStatus> healthList() throws Exception
HealthStatus
on your classpath or you use something
like jolokia to access JMX.
If in doubt, please use the #status()
method instead!Exception
String getCurrentStatus()
Copyright © 2005–2022 FuseSource, Corp.. All rights reserved.