kieker.common.record.flow.trace.operation
Class AfterOperationEvent
java.lang.Object
kieker.common.record.AbstractMonitoringRecord
kieker.common.record.flow.AbstractEvent
kieker.common.record.flow.trace.AbstractTraceEvent
kieker.common.record.flow.trace.operation.AbstractOperationEvent
kieker.common.record.flow.trace.operation.AfterOperationEvent
- All Implemented Interfaces:
- Serializable, Comparable<IMonitoringRecord>, IEventRecord, IFlowRecord, IOperationRecord, ITraceRecord, IMonitoringRecord, IMonitoringRecord.Factory
- Direct Known Subclasses:
- AfterConstructorEvent, AfterOperationFailedEvent, AfterOperationObjectEvent
public class AfterOperationEvent
- extends AbstractOperationEvent
- 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 |
AfterOperationEvent
public AfterOperationEvent(long timestamp,
long traceId,
int orderIndex,
String operationSiganture,
String classSignature)
AfterOperationEvent
public AfterOperationEvent(Object[] values)
toArray
public Object[] toArray()
getValueTypes
public Class<?>[] getValueTypes()
Copyright 2012 Kieker Project, http://kieker-monitoring.net>