org.apache.activemq.broker.jmx
Interface HealthViewMBean
- All Known Implementing Classes:
- HealthView
public interface HealthViewMBean
Returns the status events of the broker to indicate any warnings.
health
TabularData health()
throws Exception
- Throws:
Exception
healthList
List<HealthStatus> healthList()
throws Exception
- 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.
If in doubt, please use the #status() method instead!
- Throws:
Exception
getCurrentStatus
String getCurrentStatus()
- Returns:
- String representation of the current Broker state
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.