kieker.common.record.flow.trace.operation
Class AbstractOperationEvent
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
- All Implemented Interfaces:
- Serializable, Comparable<IMonitoringRecord>, IEventRecord, IFlowRecord, IOperationRecord, ITraceRecord, IMonitoringRecord, IMonitoringRecord.Factory
- Direct Known Subclasses:
- AfterOperationEvent, BeforeOperationEvent, CallOperationEvent
public abstract class AbstractOperationEvent
- extends AbstractTraceEvent
- implements IOperationRecord
- 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 |
AbstractOperationEvent
public AbstractOperationEvent(long timestamp,
long traceId,
int orderIndex,
String operationSignature,
String classSignature)
getOperationSignature
public final String getOperationSignature()
- Description copied from interface:
IOperationRecord
- Get the actual OperationSignature
- Specified by:
getOperationSignature
in interface IOperationRecord
getClassSignature
public final String getClassSignature()
- Description copied from interface:
IOperationRecord
- Get the actually executing class
- Specified by:
getClassSignature
in interface IOperationRecord
refersToSameOperationAs
public final boolean refersToSameOperationAs(IOperationRecord record)
- Specified by:
refersToSameOperationAs
in interface IOperationRecord
Copyright 2012 Kieker Project, http://kieker-monitoring.net>