Package org.ow2.clif.probe.jvm
Class JVMEvent
- java.lang.Object
-
- org.ow2.clif.storage.api.AbstractEvent
-
- org.ow2.clif.storage.api.ProbeEvent
-
- org.ow2.clif.probe.jvm.JVMEvent
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<java.lang.Object>,BladeEvent
public class JVMEvent extends ProbeEvent
Measure events generated by JVM probes: heap memory usage.- Author:
- Bruno Dillenseger
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringEVENT_TYPE_LABEL-
Fields inherited from class org.ow2.clif.storage.api.ProbeEvent
values
-
Fields inherited from class org.ow2.clif.storage.api.AbstractEvent
date, DEFAULT_SEPARATOR
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]getFieldLabels()java.lang.StringgetTypeLabel()-
Methods inherited from class org.ow2.clif.storage.api.ProbeEvent
fillEvent, getFieldValue, toString, toString
-
Methods inherited from class org.ow2.clif.storage.api.AbstractEvent
compareTo, getDate, getEventFactory, getEventFieldLabels, registerEventFieldLabels, setDate
-
-
-
-
Field Detail
-
EVENT_TYPE_LABEL
public static final java.lang.String EVENT_TYPE_LABEL
- See Also:
- Constant Field Values
-
-
Method Detail
-
getTypeLabel
public java.lang.String getTypeLabel()
- Returns:
- a label uniquely designating this class of event
-
getFieldLabels
public java.lang.String[] getFieldLabels()
- Returns:
- an array of labels identifying the fields (attributes) hold by this event, in the same order as they are displayed by toString(long, String).
- See Also:
BladeEvent.toString(long, String)
-
-