Kieker 1.7

kieker.tools.traceAnalysis.filter.executionFilter
Class TraceIdFilter

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.AbstractTraceIdFilter
                  extended by kieker.tools.traceAnalysis.filter.executionFilter.TraceIdFilter
All Implemented Interfaces:
IAnalysisComponent, IFilterPlugin, IPlugin

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

@Deprecated
public class TraceIdFilter
extends AbstractTraceIdFilter

Allows to filter Execution objects based on their trace Id.
This class has exactly one input port named and one output port. It receives only objects inheriting from the class Execution. If the received object contains the defined traceID, 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_SELECT_ALL_TRACES
          Deprecated.  
static String CONFIG_PROPERTY_NAME_SELECTED_TRACES
          Deprecated.  
static String INPUT_PORT_NAME_EXECUTION
          Deprecated. This is the name of the input port receiving new executions.
static String OUTPUT_PORT_NAME_MATCH
          Deprecated. This is the name of the output port delivering the accepted executions.
 
Fields inherited from class kieker.analysis.analysisComponent.AbstractAnalysisComponent
CONFIG_NAME
 
Constructor Summary
TraceIdFilter(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
TraceIdFilter(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.AbstractTraceIdFilter
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_MATCH

public static final String OUTPUT_PORT_NAME_MATCH
Deprecated. 
This is the name of the output port delivering the accepted executions.

See Also:
Constant Field Values

CONFIG_PROPERTY_NAME_SELECT_ALL_TRACES

public static final String CONFIG_PROPERTY_NAME_SELECT_ALL_TRACES
Deprecated. 
See Also:
Constant Field Values

CONFIG_PROPERTY_NAME_SELECTED_TRACES

public static final String CONFIG_PROPERTY_NAME_SELECTED_TRACES
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

TraceIdFilter

public TraceIdFilter(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.

TraceIdFilter

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

Creates a new instance of this class using the given parameters.

Parameters:
configuration - The configuration for this component.
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