Kieker 1.5

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

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.CallOperationEvent
All Implemented Interfaces:
Serializable, Comparable<IMonitoringRecord>, IFlowRecord, IMonitoringRecord, IMonitoringRecord.Factory

public final class CallOperationEvent
extends AbstractOperationEvent

Author:
Andre van Hoorn, Holger Knoche, Jan Waller
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface kieker.common.record.IMonitoringRecord
IMonitoringRecord.Factory
 
Constructor Summary
CallOperationEvent(long timestamp, long traceId, int orderIndex, String callerOperationSignature, String callerClassSignature, String calleeOperationSignature, String calleeClassSignature)
           
CallOperationEvent(Object[] values)
           
 
Method Summary
 boolean callsReferencedOperationOf(AbstractOperationEvent event)
           
 String getCalleeClassSignature()
           
 String getCalleeOperationSignature()
           
 String getCallerClassSignature()
           
 String getCallerOperationSignature()
           
 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
 

Constructor Detail

CallOperationEvent

public CallOperationEvent(long timestamp,
                          long traceId,
                          int orderIndex,
                          String callerOperationSignature,
                          String callerClassSignature,
                          String calleeOperationSignature,
                          String calleeClassSignature)

CallOperationEvent

public CallOperationEvent(Object[] values)
Method Detail

toArray

public final Object[] toArray()

getValueTypes

public final Class<?>[] getValueTypes()

getCallerOperationSignature

public final String getCallerOperationSignature()

getCallerClassSignature

public final String getCallerClassSignature()

getCalleeOperationSignature

public final String getCalleeOperationSignature()

getCalleeClassSignature

public String getCalleeClassSignature()

callsReferencedOperationOf

public final boolean callsReferencedOperationOf(AbstractOperationEvent event)

Kieker 1.5

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