public class HealthView extends java.lang.Object implements HealthViewMBean
| Constructor and Description |
|---|
HealthView(ManagedRegionBroker broker) |
| 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. |
public HealthView(ManagedRegionBroker broker)
public javax.management.openmbean.TabularData health()
throws java.lang.Exception
health in interface HealthViewMBeanjava.lang.Exceptionpublic java.util.List<HealthStatus> healthList() throws java.lang.Exception
HealthViewMBeanHealthStatus on your classpath or you use something
like jolokia to access JMX.
If in doubt, please use the #status() method instead!healthList in interface HealthViewMBeanjava.lang.Exceptionpublic java.lang.String getCurrentStatus()
getCurrentStatus in interface HealthViewMBeanCopyright © 2005-2013 Red Hat, Inc.. All Rights Reserved.