Class 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
      long getResult()  
      boolean isOk()  
      • 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()