Kieker 1.3

kieker.common.record
Class AbstractMonitoringRecord

java.lang.Object
  extended by 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

Constructor Summary
AbstractMonitoringRecord()
           
 
Method Summary
 long getLoggingTimestamp()
           
 void setLoggingTimestamp(long timestamp)
           
 String toString()
          Creates a string representation of this record.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface kieker.common.record.IMonitoringRecord
getValueTypes, initFromArray, toArray
 

Constructor Detail

AbstractMonitoringRecord

public AbstractMonitoringRecord()
Method Detail

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

Kieker 1.3

Copyright 2011 the Kieker Project, http://kieker.sourceforge.net