Kieker 1.9

kieker.common.record.flow
Interface ICallRecord

All Superinterfaces:
Comparable<IMonitoringRecord>, IFlowRecord, IMonitoringRecord, IOperationRecord, Serializable
All Known Subinterfaces:
ICallObjectRecord
All Known Implementing Classes:
CallConstructorEvent, CallOperationEvent, CallOperationObjectEvent

public interface ICallRecord
extends IOperationRecord

Interface for all flow records that describe operation calls. All call records have a calleeClassSignature and an calleeOperationSignature field of type String.

Since:
1.6
Author:
Jan Waller

Nested Class Summary
 
Nested classes/interfaces inherited from interface kieker.common.record.IMonitoringRecord
IMonitoringRecord.BinaryFactory, IMonitoringRecord.Factory
 
Method Summary
 boolean callsReferencedOperationOf(IOperationRecord record)
           
 String getCalleeClassSignature()
           
 String getCalleeOperationSignature()
           
 String getCallerClassSignature()
           
 String getCallerOperationSignature()
           
 
Methods inherited from interface kieker.common.record.flow.IOperationRecord
getClassSignature, getOperationSignature, refersToSameOperationAs
 
Methods inherited from interface kieker.common.record.IMonitoringRecord
getLoggingTimestamp, getSize, getValueTypes, initFromArray, initFromBytes, setLoggingTimestamp, toArray, toString, writeBytes
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getCallerClassSignature

String getCallerClassSignature()
Returns:
The class signature of the caller.
Since:
1.6
See Also:
IOperationRecord.getClassSignature()

getCallerOperationSignature

String getCallerOperationSignature()
Returns:
The operation signature of the caller.
Since:
1.6
See Also:
IOperationRecord.getOperationSignature()

getCalleeClassSignature

String getCalleeClassSignature()
Returns:
The class signature of the callee.
Since:
1.6

getCalleeOperationSignature

String getCalleeOperationSignature()
Returns:
The operation signature of the callee.
Since:
1.6

callsReferencedOperationOf

boolean callsReferencedOperationOf(IOperationRecord record)
Since:
1.6

Kieker 1.9

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