public interface HealthViewMBean
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrentStatus()
Warning, this method only return a value if the health or healthList method has previously
been called.
|
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. |
String |
healthStatus() |
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 getCurrentStatus() method instead!ExceptionString healthStatus() throws Exception
ExceptionString getCurrentStatus()
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.