Kieker 1.6

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

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
 

Method Detail

getCallerOperationSignature

String getCallerOperationSignature()

getCallerClassSignature

String getCallerClassSignature()

getCalleeOperationSignature

String getCalleeOperationSignature()

getCalleeClassSignature

String getCalleeClassSignature()

callsReferencedOperationOf

boolean callsReferencedOperationOf(IOperationRecord record)

Kieker 1.6

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