public class HealthView extends Object implements HealthViewMBean
| Constructor and Description |
|---|
HealthView(ManagedRegionBroker broker) |
| 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. |
public HealthView(ManagedRegionBroker broker)
public TabularData health() throws Exception
health in interface HealthViewMBeanExceptionpublic List<HealthStatus> healthList() throws Exception
HealthViewMBeanHealthStatus on your classpath or you use something
like jolokia to access JMX.
If in doubt, please use the HealthViewMBean.getCurrentStatus() method instead!healthList in interface HealthViewMBeanExceptionpublic String getCurrentStatus()
getCurrentStatus in interface HealthViewMBeanCopyright © 2005–2016 The Apache Software Foundation. All rights reserved.