public interface HealthViewMBean
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCurrentStatus() |
javax.management.openmbean.TabularData |
health() |
java.util.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. |
javax.management.openmbean.TabularData health() throws java.lang.Exception
java.lang.Exception
java.util.List<HealthStatus> healthList() throws java.lang.Exception
HealthStatus
on your classpath or you use something
like jolokia to access JMX.
If in doubt, please use the #status()
method instead!java.lang.Exception
java.lang.String getCurrentStatus()
Copyright © 2005-2014 Red Hat, Inc.. All Rights Reserved.