Kieker 1.6

kieker.common.record.flow.trace.operation.constructor
Class AfterConstructorEvent

java.lang.Object
  extended by kieker.common.record.AbstractMonitoringRecord
      extended by kieker.common.record.flow.AbstractEvent
          extended by kieker.common.record.flow.trace.AbstractTraceEvent
              extended by kieker.common.record.flow.trace.operation.AbstractOperationEvent
                  extended by kieker.common.record.flow.trace.operation.AfterOperationEvent
                      extended by kieker.common.record.flow.trace.operation.constructor.AfterConstructorEvent
All Implemented Interfaces:
Serializable, Comparable<IMonitoringRecord>, IEventRecord, IFlowRecord, IOperationRecord, ITraceRecord, IMonitoringRecord, IMonitoringRecord.Factory
Direct Known Subclasses:
AfterConstructorFailedEvent

public class AfterConstructorEvent
extends AfterOperationEvent

Author:
Jan Waller
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface kieker.common.record.IMonitoringRecord
IMonitoringRecord.Factory
 
Constructor Summary
AfterConstructorEvent(long timestamp, long traceId, int orderIndex, String operationSiganture, String classSignature)
           
AfterConstructorEvent(Object[] values)
           
 
Method Summary
 Class<?>[] getValueTypes()
           
 Object[] toArray()
           
 
Methods inherited from class kieker.common.record.flow.trace.operation.AbstractOperationEvent
getClassSignature, getOperationSignature, refersToSameOperationAs
 
Methods inherited from class kieker.common.record.flow.trace.AbstractTraceEvent
getOrderIndex, getTraceId
 
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
 
Methods inherited from interface kieker.common.record.IMonitoringRecord
getLoggingTimestamp, initFromArray, setLoggingTimestamp, toString
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

AfterConstructorEvent

public AfterConstructorEvent(long timestamp,
                             long traceId,
                             int orderIndex,
                             String operationSiganture,
                             String classSignature)

AfterConstructorEvent

public AfterConstructorEvent(Object[] values)
Method Detail

toArray

public Object[] toArray()
Specified by:
toArray in interface IMonitoringRecord
Overrides:
toArray in class AfterOperationEvent

getValueTypes

public Class<?>[] getValueTypes()
Specified by:
getValueTypes in interface IMonitoringRecord
Overrides:
getValueTypes in class AfterOperationEvent

Kieker 1.6

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