org.ow2.clif.analyze.statistics.profiling
Class ProbeDatum

java.lang.Object
  extended by org.ow2.clif.analyze.statistics.profiling.Datum
      extended by org.ow2.clif.analyze.statistics.profiling.ProbeDatum
All Implemented Interfaces:
java.lang.Comparable<Datum>

public class ProbeDatum
extends Datum

This object stores the date and measurement carried out by a probe of CLIF. This extracted result is that of the field whose label defined by "event field label".

Author:
Guy Vachet
See Also:
ProbeEvent

Constructor Summary
ProbeDatum(long timestamp, long result)
           
 
Method Summary
 long getResult()
           
 
Methods inherited from class org.ow2.clif.analyze.statistics.profiling.Datum
compareTo, getDate, setDate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProbeDatum

public ProbeDatum(long timestamp,
                  long result)
Method Detail

getResult

public long getResult()
Specified by:
getResult in class Datum