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

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

public class ActionDatum
extends Datum

This object materializes the date, the duration and the success of each request injected by CLIF.

Author:
Guy Vachet
See Also:
ActionEvent

Constructor Summary
ActionDatum(long timestamp, long duration, boolean ctrl)
           
 
Method Summary
 long getResult()
           
 boolean isOk()
           
 
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

ActionDatum

public ActionDatum(long timestamp,
                   long duration,
                   boolean ctrl)
Method Detail

getResult

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

isOk

public boolean isOk()