Kieker 1.6

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

Packages that use IFlowRecord
kieker.analysis.plugin.filter.flow   
kieker.common.record.flow   
kieker.common.record.flow.trace   
kieker.common.record.flow.trace.concurrency   
kieker.common.record.flow.trace.operation   
kieker.common.record.flow.trace.operation.constructor   
kieker.common.record.flow.trace.operation.object   
 

Uses of IFlowRecord in kieker.analysis.plugin.filter.flow
 

Methods in kieker.analysis.plugin.filter.flow with parameters of type IFlowRecord
 void EventRecordTraceReconstructionFilter.newEvent(IFlowRecord record)
           
 

Uses of IFlowRecord in kieker.common.record.flow
 

Subinterfaces of IFlowRecord in kieker.common.record.flow
 interface IEventRecord
          Interface for all flow records that describe events.
 interface ITraceRecord
          Interface for all flow records that describe information in traces.
 

Classes in kieker.common.record.flow that implement IFlowRecord
 class AbstractEvent
           
 

Uses of IFlowRecord in kieker.common.record.flow.trace
 

Classes in kieker.common.record.flow.trace that implement IFlowRecord
 class AbstractTraceEvent
           
 class ConstructionEvent
           
 class Trace
           
 

Uses of IFlowRecord in kieker.common.record.flow.trace.concurrency
 

Classes in kieker.common.record.flow.trace.concurrency that implement IFlowRecord
 class SplitEvent
           
 

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

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

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

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

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

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


Kieker 1.6

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