Kieker 1.5

kieker.tools.traceAnalysis.filter.executionFilter
Class TimestampFilter

java.lang.Object
  extended by kieker.analysis.plugin.AbstractPlugin
      extended by kieker.analysis.plugin.filter.AbstractFilterPlugin
          extended by kieker.tools.traceAnalysis.filter.AbstractTimestampFilter
              extended by kieker.tools.traceAnalysis.filter.executionFilter.TimestampFilter
All Implemented Interfaces:
IFilterPlugin, IPlugin

public class TimestampFilter
extends AbstractTimestampFilter

Allows to filter Execution objects based on their given tin and tout timestamps. This class has exactly one input port and one output port. It receives only objects inheriting from the class Execution. If the received object is within the defined timestamps, the object is delivered unmodified to the output port.

Author:
Andre van Hoorn

Nested Class Summary
 
Nested classes/interfaces inherited from interface kieker.analysis.plugin.IPlugin
IPlugin.PluginInputPortReference
 
Field Summary
static String CONFIG_PROPERTY_NAME_IGNORE_AFTER_TIMESTAMP
           
static String CONFIG_PROPERTY_NAME_IGNORE_BEFORE_TIMESTAMP
           
static String INPUT_PORT_NAME_EXECUTION
           
static String OUTPUT_PORT_NAME_WITHIN_PERIOD
           
 
Fields inherited from class kieker.tools.traceAnalysis.filter.AbstractTimestampFilter
MAX_TIMESTAMP, MIN_TIMESTAMP
 
Fields inherited from class kieker.analysis.plugin.AbstractPlugin
CONFIG_NAME
 
Constructor Summary
TimestampFilter(Configuration configuration)
          Creates a new instance of the class TimestampFilter with the given parameters.
 
Method Summary
 void inputExecution(Execution execution)
           
 
Methods inherited from class kieker.tools.traceAnalysis.filter.AbstractTimestampFilter
getCurrentConfiguration
 
Methods inherited from class kieker.analysis.plugin.filter.AbstractFilterPlugin
init, terminate
 
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
 

Field Detail

INPUT_PORT_NAME_EXECUTION

public static final String INPUT_PORT_NAME_EXECUTION
See Also:
Constant Field Values

OUTPUT_PORT_NAME_WITHIN_PERIOD

public static final String OUTPUT_PORT_NAME_WITHIN_PERIOD
See Also:
Constant Field Values

CONFIG_PROPERTY_NAME_IGNORE_BEFORE_TIMESTAMP

public static final String CONFIG_PROPERTY_NAME_IGNORE_BEFORE_TIMESTAMP
See Also:
Constant Field Values

CONFIG_PROPERTY_NAME_IGNORE_AFTER_TIMESTAMP

public static final String CONFIG_PROPERTY_NAME_IGNORE_AFTER_TIMESTAMP
See Also:
Constant Field Values
Constructor Detail

TimestampFilter

public TimestampFilter(Configuration configuration)
Creates a new instance of the class TimestampFilter with the given parameters.

Parameters:
configuration - The configuration used to initialize this instance. It should contain the properties for the minimum and maximum timestamp.
Method Detail

inputExecution

public void inputExecution(Execution execution)

Kieker 1.5

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