Kieker 1.5

kieker.analysis.plugin.reader
Class AbstractReaderPlugin

java.lang.Object
  extended by kieker.analysis.plugin.AbstractPlugin
      extended by kieker.analysis.plugin.reader.AbstractReaderPlugin
All Implemented Interfaces:
IPlugin, IReaderPlugin
Direct Known Subclasses:
DbReader, FSReader, FSReaderRealtime, JMSReader, JMXReader, PipeReader

public abstract class AbstractReaderPlugin
extends AbstractPlugin
implements IReaderPlugin

This class should be used as a base for every reader used within Kieker.

Author:
Nils Christian Ehmke

Nested Class Summary
 
Nested classes/interfaces inherited from interface kieker.analysis.plugin.IPlugin
IPlugin.PluginInputPortReference
 
Field Summary
 
Fields inherited from class kieker.analysis.plugin.AbstractPlugin
CONFIG_NAME
 
Constructor Summary
AbstractReaderPlugin(Configuration configuration)
          Each Plugin requires a constructor with a single Configuration object.
 
Method Summary
 
Methods inherited from class kieker.analysis.plugin.AbstractPlugin
areAllRepositoryPortsConnected, connect, connect, getAllInputPortNames, getAllOutputPortNames, getConnectedPlugins, getCurrentRepositories, getName, getPluginDescription, getPluginName, isConnectionAllowed
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface kieker.analysis.plugin.reader.IReaderPlugin
read, terminate
 
Methods inherited from interface kieker.analysis.plugin.IPlugin
getCurrentConfiguration
 

Constructor Detail

AbstractReaderPlugin

public AbstractReaderPlugin(Configuration configuration)
Each Plugin requires a constructor with a single Configuration object.

Parameters:
configuration - The configuration which should be used to initialize the object.

Kieker 1.5

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