Interface ICallRecord

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

public interface ICallRecord extends IOperationRecord
Since:
1.6
Author:
Jan Waller
  • Method Details

    • getCallerOperationSignature

      String getCallerOperationSignature()
    • getCallerClassSignature

      String getCallerClassSignature()
    • getCalleeOperationSignature

      String getCalleeOperationSignature()
    • getCalleeClassSignature

      String getCalleeClassSignature()