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
ExceptionList<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!ExceptionString getCurrentStatus()
Copyright © 2005–2015 FuseSource, Corp.. All rights reserved.