|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.clif.analyze.statistics.profiling.Datum
org.ow2.clif.analyze.statistics.profiling.ActionDatum
public class ActionDatum
This object materializes the date, the duration and the success of each request injected by CLIF.
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 |
---|
public ActionDatum(long timestamp, long duration, boolean ctrl)
Method Detail |
---|
public long getResult()
getResult
in class Datum
public boolean isOk()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |