Kieker 1.3

kieker.common.record
Interface IMonitoringRecord

All Superinterfaces:
Serializable
All Known Implementing Classes:
AbstractMonitoringRecord, BranchingRecord, CPUUtilizationRecord, CurrentTimeRecord, DummyMonitoringRecord, MemSwapUsageRecord, OperationExecutionRecord, ResourceUtilizationRecord

public interface IMonitoringRecord
extends Serializable

Author:
Andre van Hoorn

Method Summary
 long getLoggingTimestamp()
           
 Class<?>[] getValueTypes()
           
 void initFromArray(Object[] values)
           
 void setLoggingTimestamp(long timestamp)
           
 Object[] toArray()
           
 

Method Detail

getLoggingTimestamp

long getLoggingTimestamp()

setLoggingTimestamp

void setLoggingTimestamp(long timestamp)

initFromArray

void initFromArray(Object[] values)

toArray

Object[] toArray()

getValueTypes

Class<?>[] getValueTypes()

Kieker 1.3

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