kieker.common.record
Class AbstractMonitoringRecord
java.lang.Object
kieker.common.record.AbstractMonitoringRecord
- All Implemented Interfaces:
- Serializable, IMonitoringRecord
- Direct Known Subclasses:
- BranchingRecord, CPUUtilizationRecord, CurrentTimeRecord, DummyMonitoringRecord, MemSwapUsageRecord, OperationExecutionRecord, ResourceUtilizationRecord
public abstract class AbstractMonitoringRecord
- extends Object
- implements IMonitoringRecord
- Author:
- Andre van Hoorn, Jan Waller
- See Also:
- Serialized Form
AbstractMonitoringRecord
public AbstractMonitoringRecord()
getLoggingTimestamp
public final long getLoggingTimestamp()
- Specified by:
getLoggingTimestamp
in interface IMonitoringRecord
setLoggingTimestamp
public final void setLoggingTimestamp(long timestamp)
- Specified by:
setLoggingTimestamp
in interface IMonitoringRecord
toString
public final String toString()
- Creates a string representation of this record.
Matthias should not use this method for serialization purposes
since this is not the purpose of Object's toString method.
- Overrides:
toString
in class Object
Copyright 2011 the Kieker Project, http://kieker.sourceforge.net>