Kieker 1.4

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
 int getBranchID()
           
 int getBranchingOutcome()
           
 long getTimestamp()
           
 Class<?>[] getValueTypes()
           
 void initFromArray(Object[] values)
           
 void setBranchID(int branchID)
           
 void setBranchingOutcome(int branchingOutcome)
           
 void setTimestamp(long timestamp)
           
 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

getTimestamp

public final long getTimestamp()
Returns:
the timestamp

setTimestamp

public final void setTimestamp(long timestamp)
Parameters:
timestamp - the timestamp to set

getBranchID

public final int getBranchID()
Returns:
the branchID

setBranchID

public final void setBranchID(int branchID)
Parameters:
branchID - the branchID to set

getBranchingOutcome

public final int getBranchingOutcome()
Returns:
the branchingOutcome

setBranchingOutcome

public final void setBranchingOutcome(int branchingOutcome)
Parameters:
branchingOutcome - the branchingOutcome to set

getValueTypes

public Class<?>[] getValueTypes()

initFromArray

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

toArray

public Object[] toArray()

Kieker 1.4

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