Package org.apache.activemq.broker.jmx
Class HealthStatus
- java.lang.Object
-
- org.apache.activemq.broker.jmx.HealthStatus
-
- All Implemented Interfaces:
Serializable
public class HealthStatus extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HealthStatus(String healthId, String level, String message, String resource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getHealthId()
String
getLevel()
String
getMessage()
String
getResource()
String
toString()
-