Kieker 1.7

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

Packages that use IFlowRecord
kieker.analysis.plugin.filter.flow   
kieker.analysis.plugin.filter.select   
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)
          This method is the input port for the new events for this filter.
 

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

Methods in kieker.analysis.plugin.filter.select with parameters of type IFlowRecord
 void TimestampFilter.inputTraceEvent(IFlowRecord record)
          This method represents the input port receiving trace events to be selected by a specific timestamp selector.
 void TraceIdFilter.inputTraceEvent(IFlowRecord record)
          This method represents an input port for flow records.
 

Uses of IFlowRecord in kieker.common.record.flow
 

Subinterfaces of IFlowRecord 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 IEventRecord
          Interface for all flow records that describe events.
 interface IExceptionRecord
          Interface for all flow records that describe exceptions.
 interface IObjectRecord
          Interface for all flow records that describe objects.
 interface IOperationRecord
          Interface for all flow records that describe operations.
 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.7

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