Kieker 1.6

kieker.common.record.flow
Interface IOperationRecord

All Known Subinterfaces:
ICallRecord
All Known Implementing Classes:
AbstractOperationEvent, AfterConstructorEvent, AfterConstructorFailedEvent, AfterOperationEvent, AfterOperationFailedEvent, AfterOperationFailedObjectEvent, AfterOperationObjectEvent, BeforeConstructorEvent, BeforeOperationEvent, BeforeOperationObjectEvent, CallConstructorEvent, CallOperationEvent, CallOperationObjectEvent

public interface IOperationRecord

Interface for all flow records that describe operations.

Author:
Jan Waller

Method Summary
 String getClassSignature()
          Get the actually executing class
 String getOperationSignature()
          Get the actual OperationSignature
 boolean refersToSameOperationAs(IOperationRecord record)
           
 

Method Detail

getOperationSignature

String getOperationSignature()
Get the actual OperationSignature


getClassSignature

String getClassSignature()
Get the actually executing class


refersToSameOperationAs

boolean refersToSameOperationAs(IOperationRecord record)

Kieker 1.6

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