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