kieker.common.record.flow
Interface ICallRecord
- All Superinterfaces:
- IOperationRecord
- All Known Implementing Classes:
- CallConstructorEvent, CallOperationEvent, CallOperationObjectEvent
public interface ICallRecord
- extends IOperationRecord
Interface for all flow records that describe operation calls.
- Author:
- Jan Waller
getCallerOperationSignature
String getCallerOperationSignature()
getCallerClassSignature
String getCallerClassSignature()
getCalleeOperationSignature
String getCalleeOperationSignature()
getCalleeClassSignature
String getCalleeClassSignature()
callsReferencedOperationOf
boolean callsReferencedOperationOf(IOperationRecord record)
Copyright 2012 Kieker Project, http://kieker-monitoring.net>