Kieker 1.6

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>, ICallRecord, IEventRecord, IFlowRecord, IOperationRecord, ITraceRecord, IMonitoringRecord, IMonitoringRecord.Factory
Direct Known Subclasses:
CallConstructorEvent, CallOperationObjectEvent

public class CallOperationEvent
extends AbstractOperationEvent
implements ICallRecord

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(IOperationRecord record)
           
 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
 
Methods inherited from interface kieker.common.record.flow.IOperationRecord
getClassSignature, getOperationSignature, refersToSameOperationAs
 
Methods inherited from interface kieker.common.record.IMonitoringRecord
getLoggingTimestamp, initFromArray, setLoggingTimestamp, toString
 
Methods inherited from interface java.lang.Comparable
compareTo
 

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 Object[] toArray()
Specified by:
toArray in interface IMonitoringRecord

getValueTypes

public Class<?>[] getValueTypes()
Specified by:
getValueTypes in interface IMonitoringRecord

getCallerOperationSignature

public final String getCallerOperationSignature()
Specified by:
getCallerOperationSignature in interface ICallRecord

getCallerClassSignature

public final String getCallerClassSignature()
Specified by:
getCallerClassSignature in interface ICallRecord

getCalleeOperationSignature

public final String getCalleeOperationSignature()
Specified by:
getCalleeOperationSignature in interface ICallRecord

getCalleeClassSignature

public final String getCalleeClassSignature()
Specified by:
getCalleeClassSignature in interface ICallRecord

callsReferencedOperationOf

public final boolean callsReferencedOperationOf(IOperationRecord record)
Specified by:
callsReferencedOperationOf in interface ICallRecord

Kieker 1.6

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