Package org.objectweb.joram.mom.dest
Class MonitoringElement
- java.lang.Object
-
- org.objectweb.joram.mom.dest.MonitoringElement
-
- All Implemented Interfaces:
Serializable
public class MonitoringElement extends Object implements Serializable
A MonitoringElement describes an element to monitor.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description (package private) String[]attributesList of attributes(package private) StringmbeanName of the MBeanprivate static longserialVersionUIDdefine serialVersionUID for interoperability
-
Constructor Summary
Constructors Constructor Description MonitoringElement(String mbean, String attributes)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
define serialVersionUID for interoperability- See Also:
- Constant Field Values
-
mbean
String mbean
Name of the MBean
-
attributes
String[] attributes
List of attributes
-
-