Kieker 1.7

kieker.tools.traceAnalysis.filter.executionFilter
Class TimestampFilter

java.lang.Object
  extended by kieker.analysis.analysisComponent.AbstractAnalysisComponent
      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:
IAnalysisComponent, IFilterPlugin, IPlugin

Deprecated. To be removed in Kieker 1.8 (Use TimestampFilter instead)

@Deprecated
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.

Since:
1.2
Author:
Andre van Hoorn

Nested Class Summary
 
Nested classes/interfaces inherited from interface kieker.analysis.plugin.IPlugin
IPlugin.PluginInputPortReference, IPlugin.STATE
 
Field Summary
static String CONFIG_PROPERTY_NAME_IGNORE_AFTER_TIMESTAMP
          Deprecated. The name of the property determining the upper limit of the filter.
static String CONFIG_PROPERTY_NAME_IGNORE_BEFORE_TIMESTAMP
          Deprecated. The name of the property determining the lower limit of the filter.
static String INPUT_PORT_NAME_EXECUTION
          Deprecated. This is the name of the input port receiving new executions.
static String OUTPUT_PORT_NAME_WITHIN_PERIOD
          Deprecated. The name of the output port delivering the executions which are within the defined time limits.
 
Fields inherited from class kieker.tools.traceAnalysis.filter.AbstractTimestampFilter
MAX_TIMESTAMP, MIN_TIMESTAMP
 
Fields inherited from class kieker.analysis.analysisComponent.AbstractAnalysisComponent
CONFIG_NAME
 
Constructor Summary
TimestampFilter(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
TimestampFilter(Configuration configuration, IProjectContext projectContext)
          Deprecated. Creates a new instance of this class using the given parameters.
 
Method Summary
 void inputExecution(Execution execution)
          Deprecated. This method represents the input port of this filter, processing incoming execution objects.
 
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, getAllDisplayNames, getAllInputPortNames, getAllOutputPortNames, getAllRepositoryPortNames, getConnectedPlugins, getCurrentRepositories, getIncomingPlugins, getPluginDescription, getPluginName, getState, isConnectionAllowed, shutdown, start
 
Methods inherited from class kieker.analysis.analysisComponent.AbstractAnalysisComponent
getName, setProjectContext
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface kieker.analysis.plugin.IPlugin
connect, getAllDisplayNames, getAllInputPortNames, getAllOutputPortNames, getAllRepositoryPortNames, getConnectedPlugins, getCurrentRepositories, getName, getPluginDescription, getPluginName, getState
 

Field Detail

INPUT_PORT_NAME_EXECUTION

public static final String INPUT_PORT_NAME_EXECUTION
Deprecated. 
This is the name of the input port receiving new executions.

See Also:
Constant Field Values

OUTPUT_PORT_NAME_WITHIN_PERIOD

public static final String OUTPUT_PORT_NAME_WITHIN_PERIOD
Deprecated. 
The name of the output port delivering the executions which are within the defined time limits.

See Also:
Constant Field Values

CONFIG_PROPERTY_NAME_IGNORE_BEFORE_TIMESTAMP

public static final String CONFIG_PROPERTY_NAME_IGNORE_BEFORE_TIMESTAMP
Deprecated. 
The name of the property determining the lower limit of the filter.

See Also:
Constant Field Values

CONFIG_PROPERTY_NAME_IGNORE_AFTER_TIMESTAMP

public static final String CONFIG_PROPERTY_NAME_IGNORE_AFTER_TIMESTAMP
Deprecated. 
The name of the property determining the upper limit of the filter.

See Also:
Constant Field Values
Constructor Detail

TimestampFilter

public TimestampFilter(Configuration configuration,
                       IProjectContext projectContext)
Deprecated. 
Creates a new instance of this class using the given parameters.

Parameters:
configuration - The configuration for this component.
projectContext - The project context for this component.

TimestampFilter

@Deprecated
public TimestampFilter(Configuration configuration)
Deprecated. To be removed in Kieker 1.8.

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)
Deprecated. 
This method represents the input port of this filter, processing incoming execution objects.

Parameters:
execution - The next execution object.

Kieker 1.7

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