Kieker 1.10

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.concurrency.monitor   
kieker.common.record.flow.trace.operation   
kieker.common.record.flow.trace.operation.constructor   
kieker.common.record.flow.trace.operation.constructor.object   
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 ICallRecord
           
 interface IConstructorRecord
           
 interface IEventRecord
           
 interface IExceptionRecord
           
 interface IInterfaceRecord
           
 interface IObjectRecord
           
 interface IOperationRecord
           
 interface ITraceRecord
           
 

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 TraceMetadata
           
 

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

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

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

Classes in kieker.common.record.flow.trace.concurrency.monitor that implement IFlowRecord
 class AbstractMonitorEvent
           
 class MonitorEntryEvent
           
 class MonitorExitEvent
           
 class MonitorNotifyAllEvent
           
 class MonitorNotifyEvent
           
 class MonitorRequestEvent
           
 class MonitorWaitEvent
           
 

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.constructor.object
 

Classes in kieker.common.record.flow.trace.operation.constructor.object that implement IFlowRecord
 class AfterConstructorFailedObjectEvent
           
 class AfterConstructorObjectEvent
           
 class BeforeConstructorObjectEvent
           
 class BeforeConstructorObjectInterfaceEvent
           
 class CallConstructorObjectEvent
           
 

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 BeforeOperationObjectInterfaceEvent
           
 class CallOperationObjectEvent
           
 


Kieker 1.10

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