Kieker 1.2

kieker.common.record
Class BranchingRecord

java.lang.Object
  extended by kieker.common.record.AbstractMonitoringRecord
      extended by kieker.common.record.BranchingRecord
All Implemented Interfaces:
Serializable, IMonitoringRecord

public class BranchingRecord
extends AbstractMonitoringRecord

Author:
Andre van Hoorn
See Also:
Serialized Form

Constructor Summary
BranchingRecord()
           
BranchingRecord(long timestamp, int branchID, int branchingOutcome)
           
 
Method Summary
 Class[] getValueTypes()
           
 void initFromArray(Object[] values)
           
 Object[] toArray()
           
 
Methods inherited from class kieker.common.record.AbstractMonitoringRecord
getLoggingTimestamp, setLoggingTimestamp, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BranchingRecord

public BranchingRecord()

BranchingRecord

public BranchingRecord(long timestamp,
                       int branchID,
                       int branchingOutcome)
Method Detail

getValueTypes

public Class[] getValueTypes()

initFromArray

public void initFromArray(Object[] values)
                   throws IllegalArgumentException
Throws:
IllegalArgumentException

toArray

public Object[] toArray()

Kieker 1.2

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