Kieker 1.7

kieker.common.record.flow
Interface IEventRecord

All Superinterfaces:
Comparable<IMonitoringRecord>, IFlowRecord, IMonitoringRecord, Serializable
All Known Implementing Classes:
AbstractEvent, AbstractOperationEvent, AbstractTraceEvent, AfterConstructorEvent, AfterConstructorFailedEvent, AfterOperationEvent, AfterOperationFailedEvent, AfterOperationFailedObjectEvent, AfterOperationObjectEvent, BeforeConstructorEvent, BeforeOperationEvent, BeforeOperationObjectEvent, CallConstructorEvent, CallOperationEvent, CallOperationObjectEvent, ConstructionEvent, SplitEvent

public interface IEventRecord
extends IFlowRecord

Interface for all flow records that describe events. All events records have a timestamp field of type long.

Since:
1.6
Author:
Jan Waller

Nested Class Summary
 
Nested classes/interfaces inherited from interface kieker.common.record.IMonitoringRecord
IMonitoringRecord.Factory
 
Method Summary
 long getTimestamp()
           
 
Methods inherited from interface kieker.common.record.IMonitoringRecord
getLoggingTimestamp, getValueTypes, initFromArray, setLoggingTimestamp, toArray, toString
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getTimestamp

long getTimestamp()
Returns:
The time stamp of this record.
Since:
1.6

Kieker 1.7

Copyright 2013 Kieker Project, http://kieker-monitoring.net