Kieker 1.8

Uses of Interface
kieker.common.record.flow.IOperationRecord

Packages that use IOperationRecord
kieker.common.record.flow   
kieker.common.record.flow.trace.operation   
kieker.common.record.flow.trace.operation.constructor   
kieker.common.record.flow.trace.operation.object   
 

Uses of IOperationRecord in kieker.common.record.flow
 

Subinterfaces of IOperationRecord in kieker.common.record.flow
 interface ICallObjectRecord
          Interface for all flow records that describe operation calls on objects.
 interface ICallRecord
          Interface for all flow records that describe operation calls.
 interface IConstructorRecord
          Interface for all flow records that describe constructors.
 

Methods in kieker.common.record.flow with parameters of type IOperationRecord
 boolean ICallRecord.callsReferencedOperationOf(IOperationRecord record)
           
 boolean IOperationRecord.refersToSameOperationAs(IOperationRecord record)
           
 

Uses of IOperationRecord in kieker.common.record.flow.trace.operation
 

Classes in kieker.common.record.flow.trace.operation that implement IOperationRecord
 class AbstractOperationEvent
           
 class AfterOperationEvent
           
 class AfterOperationFailedEvent
           
 class BeforeOperationEvent
           
 class CallOperationEvent
           
 

Methods in kieker.common.record.flow.trace.operation with parameters of type IOperationRecord
 boolean CallOperationEvent.callsReferencedOperationOf(IOperationRecord record)
           
 boolean AbstractOperationEvent.refersToSameOperationAs(IOperationRecord record)
          
 

Uses of IOperationRecord in kieker.common.record.flow.trace.operation.constructor
 

Classes in kieker.common.record.flow.trace.operation.constructor that implement IOperationRecord
 class AfterConstructorEvent
           
 class AfterConstructorFailedEvent
           
 class BeforeConstructorEvent
           
 class CallConstructorEvent
           
 

Uses of IOperationRecord in kieker.common.record.flow.trace.operation.object
 

Classes in kieker.common.record.flow.trace.operation.object that implement IOperationRecord
 class AfterOperationFailedObjectEvent
           
 class AfterOperationObjectEvent
           
 class BeforeOperationObjectEvent
           
 class CallOperationObjectEvent
           
 


Kieker 1.8

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