Kieker 1.2

kieker.common.record
Interface IMonitoringRecord

All Superinterfaces:
Serializable
All Known Implementing Classes:
AbstractMonitoringRecord, BranchingRecord, DummyMonitoringRecord, OperationExecutionRecord

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.2

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