Kieker 1.5

kieker.common.record.flow
Class ConstructionEvent

java.lang.Object
  extended by kieker.common.record.AbstractMonitoringRecord
      extended by kieker.common.record.flow.AbstractEvent
          extended by kieker.common.record.flow.ConstructionEvent
All Implemented Interfaces:
Serializable, Comparable<IMonitoringRecord>, IFlowRecord, IMonitoringRecord, IMonitoringRecord.Factory

public final class ConstructionEvent
extends AbstractEvent

Author:
Jan Waller
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface kieker.common.record.IMonitoringRecord
IMonitoringRecord.Factory
 
Constructor Summary
ConstructionEvent(long timestamp, String className, String objectName)
           
ConstructionEvent(Object[] values)
           
 
Method Summary
 String getClassName()
           
 String getObjectName()
           
 Class<?>[] getValueTypes()
           
 Object[] toArray()
           
 
Methods inherited from class kieker.common.record.flow.AbstractEvent
getTimestamp, initFromArray
 
Methods inherited from class kieker.common.record.AbstractMonitoringRecord
checkArray, classForName, compareTo, createFromArray, createFromStringArray, equals, fromStringArrayToTypedArray, getLoggingTimestamp, hashCode, setLoggingTimestamp, toString, typesForClass
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConstructionEvent

public ConstructionEvent(long timestamp,
                         String className,
                         String objectName)

ConstructionEvent

public ConstructionEvent(Object[] values)
Method Detail

toArray

public final Object[] toArray()

getValueTypes

public Class<?>[] getValueTypes()

getClassName

public final String getClassName()

getObjectName

public final String getObjectName()

Kieker 1.5

Copyright 2012 the Kieker Project, http://kieker-monitoring.net