Kieker 1.6

kieker.tools.traceAnalysis.filter.executionFilter
Class TraceIdFilter

java.lang.Object
  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:
IFilterPlugin, IPlugin

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.

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
           
static String CONFIG_PROPERTY_NAME_SELECTED_TRACES
           
static String INPUT_PORT_NAME_EXECUTION
           
static String OUTPUT_PORT_NAME_MATCH
           
 
Fields inherited from class kieker.analysis.plugin.AbstractPlugin
CONFIG_NAME
 
Constructor Summary
TraceIdFilter(Configuration configuration)
           
 
Method Summary
 void inputExecution(Execution execution)
           
 
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, getName, getPluginDescription, getPluginName, getState, isConnectionAllowed, shutdown, start
 
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, getConnectedPlugins, getCurrentRepositories, getName, getPluginDescription, getPluginName, getState
 

Field Detail

INPUT_PORT_NAME_EXECUTION

public static final String INPUT_PORT_NAME_EXECUTION
See Also:
Constant Field Values

OUTPUT_PORT_NAME_MATCH

public static final String OUTPUT_PORT_NAME_MATCH
See Also:
Constant Field Values

CONFIG_PROPERTY_NAME_SELECT_ALL_TRACES

public static final String CONFIG_PROPERTY_NAME_SELECT_ALL_TRACES
See Also:
Constant Field Values

CONFIG_PROPERTY_NAME_SELECTED_TRACES

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

TraceIdFilter

public TraceIdFilter(Configuration configuration)
Method Detail

inputExecution

public void inputExecution(Execution execution)

Kieker 1.6

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