Class ActionDatum
- java.lang.Object
-
- org.ow2.clif.analyze.statistics.profiling.Datum
-
- 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
Constructors Constructor Description ActionDatum(long timestamp, long duration, boolean ctrl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetResult()booleanisOk()
-