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
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
Copyright 2013 Kieker Project, http://kieker-monitoring.net>