kieker.tools.traceAnalysis.filter.executionFilter
Class TraceIdFilter
java.lang.Object
kieker.analysis.analysisComponent.AbstractAnalysisComponent
kieker.analysis.plugin.AbstractPlugin
kieker.analysis.plugin.filter.AbstractFilterPlugin
kieker.tools.traceAnalysis.filter.AbstractTraceIdFilter
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
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.analysis.plugin.AbstractPlugin |
areAllRepositoryPortsConnected, connect, connect, getAllDisplayNames, getAllInputPortNames, getAllOutputPortNames, getAllRepositoryPortNames, getConnectedPlugins, getCurrentRepositories, getIncomingPlugins, getPluginDescription, getPluginName, getState, isConnectionAllowed, shutdown, start |
Methods inherited from interface kieker.analysis.plugin.IPlugin |
connect, getAllDisplayNames, getAllInputPortNames, getAllOutputPortNames, getAllRepositoryPortNames, getConnectedPlugins, getCurrentRepositories, getName, getPluginDescription, getPluginName, getState |
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
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.
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.
Copyright 2013 Kieker Project, http://kieker-monitoring.net>