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
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 getCurrentStatus()
method instead!Exception
String healthStatus() throws Exception
Exception
String getCurrentStatus()
Copyright © 2005–2017. All rights reserved.