org.ow2.clif.probe.memory
Class MemoryEvent

java.lang.Object
  extended by org.ow2.clif.storage.api.AbstractEvent
      extended by org.ow2.clif.storage.api.ProbeEvent
          extended by org.ow2.clif.probe.memory.MemoryEvent
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable, BladeEvent

public class MemoryEvent
extends ProbeEvent

Author:
Bruno Dillenseger
See Also:
Serialized Form

Field Summary
static java.lang.String EVENT_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
 java.lang.String[] getFieldLabels()
           
 java.lang.String getTypeLabel()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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)