kieker.common.record.flow.trace
Class ConstructionEvent
java.lang.Object
kieker.common.record.AbstractMonitoringRecord
kieker.common.record.flow.AbstractEvent
kieker.common.record.flow.trace.AbstractTraceEvent
kieker.common.record.flow.trace.ConstructionEvent
- All Implemented Interfaces:
- Serializable, Comparable<IMonitoringRecord>, IEventRecord, IFlowRecord, IObjectRecord, ITraceRecord, IMonitoringRecord, IMonitoringRecord.Factory
public class ConstructionEvent
- extends AbstractTraceEvent
- implements IObjectRecord
- Author:
- Jan Waller
- See Also:
- Serialized Form
Methods inherited from class kieker.common.record.AbstractMonitoringRecord |
checkArray, classForName, compareTo, createFromArray, createFromStringArray, equals, fromStringArrayToTypedArray, getLoggingTimestamp, hashCode, setLoggingTimestamp, toString, typesForClass |
ConstructionEvent
public ConstructionEvent(long timestamp,
long traceId,
int orderIndex,
String className,
int objectId)
ConstructionEvent
public ConstructionEvent(Object[] values)
toArray
public Object[] toArray()
- Specified by:
toArray
in interface IMonitoringRecord
getValueTypes
public Class<?>[] getValueTypes()
- Specified by:
getValueTypes
in interface IMonitoringRecord
getClassSignature
public final String getClassSignature()
- Specified by:
getClassSignature
in interface IObjectRecord
getObjectId
public final int getObjectId()
- Specified by:
getObjectId
in interface IObjectRecord
Copyright 2012 Kieker Project, http://kieker-monitoring.net>