Kieker 1.4

kieker.analysis.plugin
Interface IMonitoringRecordConsumerPlugin

All Superinterfaces:
IAnalysisPlugin, IMonitoringRecordReceiver
All Known Implementing Classes:
DummyRecordConsumer, ExecutionRecordTransformationFilter, MonitoringRecordTypeLogger, RealtimeReplayDistributor, SilentCountingRecordConsumer

public interface IMonitoringRecordConsumerPlugin
extends IMonitoringRecordReceiver, IAnalysisPlugin

Author:
Andre van Hoorn

Method Summary
 Collection<Class<? extends IMonitoringRecord>> getRecordTypeSubscriptionList()
          Simply return null to get records of all types.
 
Methods inherited from interface kieker.common.record.IMonitoringRecordReceiver
newMonitoringRecord
 
Methods inherited from interface kieker.analysis.plugin.IAnalysisPlugin
execute, terminate
 

Method Detail

getRecordTypeSubscriptionList

Collection<Class<? extends IMonitoringRecord>> getRecordTypeSubscriptionList()
Simply return null to get records of all types.

Returns:
list of specific record types to subscribe to; null to subsribe to any type

Kieker 1.4

Copyright 2011 the Kieker Project, http://kieker.sourceforge.net