cz.cuni.amis.nb.pogamut.unreal.timeline.records
Class LogEvent

Package class diagram package LogEvent
java.lang.Object
  extended by cz.cuni.amis.nb.pogamut.unreal.timeline.records.LogEvent
All Implemented Interfaces:
Serializable

public class LogEvent
extends Object
implements Serializable

Class describing log event = sonething that took some time. Log event is started by logrecord with LogEventMark as one of the parameters and is finished when logrecord is recieved with LogEventMark equal to the one that was used to start the event.

Author:
Honza
See Also:
Serialized Form

Method Summary
 long getDuration()
           
 long getEndTS()
           
 cz.cuni.amis.pogamut.base.utils.logging.marks.LogEventMark getMark()
           
 String getMessage()
           
 int getSlot()
           
 long getStartTS()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMark

public cz.cuni.amis.pogamut.base.utils.logging.marks.LogEventMark getMark()

getMessage

public String getMessage()

getSlot

public int getSlot()

getStartTS

public long getStartTS()

getDuration

public long getDuration()

getEndTS

public long getEndTS()


Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.