Kieker 1.6

kieker.common.record.flow.trace.operation
Class AbstractOperationEvent

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
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

Nested Class Summary
 
Nested classes/interfaces inherited from interface kieker.common.record.IMonitoringRecord
IMonitoringRecord.Factory
 
Constructor Summary
AbstractOperationEvent(long timestamp, long traceId, int orderIndex, String operationSignature, String classSignature)
           
 
Method Summary
 String getClassSignature()
          Get the actually executing class
 String getOperationSignature()
          Get the actual OperationSignature
 boolean refersToSameOperationAs(IOperationRecord record)
           
 
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, getValueTypes, initFromArray, setLoggingTimestamp, toArray, toString
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

AbstractOperationEvent

public AbstractOperationEvent(long timestamp,
                              long traceId,
                              int orderIndex,
                              String operationSignature,
                              String classSignature)
Method Detail

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

Kieker 1.6

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