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 HealthViewMBean
Exception
public List<HealthStatus> healthList() throws Exception
HealthViewMBean
HealthStatus
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 HealthViewMBean
Exception
public String getCurrentStatus()
getCurrentStatus
in interface HealthViewMBean
Copyright © 2005–2024 The Apache Software Foundation. All rights reserved.