Kieker 1.5

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>, IFlowRecord, IMonitoringRecord, IMonitoringRecord.Factory
Direct Known Subclasses:
AfterOperationEvent, AfterOperationFailedEvent, BeforeOperationEvent, CallOperationEvent

public abstract class AbstractOperationEvent
extends AbstractTraceEvent

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)
           
AbstractOperationEvent(Object[] values, Class<?>[] valueTypes)
           
 
Method Summary
 String getClassSignature()
           
 String getOperationSignature()
           
 boolean refersToSameOperationAs(AbstractOperationEvent other)
           
 
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
getValueTypes, toArray
 

Constructor Detail

AbstractOperationEvent

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

AbstractOperationEvent

public AbstractOperationEvent(Object[] values,
                              Class<?>[] valueTypes)
Method Detail

getOperationSignature

public final String getOperationSignature()

getClassSignature

public String getClassSignature()

refersToSameOperationAs

public boolean refersToSameOperationAs(AbstractOperationEvent other)

Kieker 1.5

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