Kieker 1.5

kieker.tools.traceAnalysis.filter
Class AbstractMessageTraceProcessingFilter

java.lang.Object
  extended by kieker.analysis.plugin.AbstractPlugin
      extended by kieker.analysis.plugin.filter.AbstractFilterPlugin
          extended by kieker.tools.traceAnalysis.filter.AbstractTraceAnalysisFilter
              extended by kieker.tools.traceAnalysis.filter.AbstractTraceProcessingFilter
                  extended by kieker.tools.traceAnalysis.filter.AbstractMessageTraceProcessingFilter
All Implemented Interfaces:
IFilterPlugin, IPlugin
Direct Known Subclasses:
AbstractCallTreeFilter, AbstractDependencyGraphFilter, MessageTraceWriterFilter, SequenceDiagramFilter, TraceCallTreeFilter

public abstract class AbstractMessageTraceProcessingFilter
extends AbstractTraceProcessingFilter

Author:
Andre van Hoorn

Nested Class Summary
 
Nested classes/interfaces inherited from interface kieker.analysis.plugin.IPlugin
IPlugin.PluginInputPortReference
 
Field Summary
static String INPUT_PORT_NAME_MESSAGE_TRACES
           
 
Fields inherited from class kieker.tools.traceAnalysis.filter.AbstractTraceProcessingFilter
MAX_DURATION_MILLIS
 
Fields inherited from class kieker.tools.traceAnalysis.filter.AbstractTraceAnalysisFilter
REPOSITORY_PORT_NAME_SYSTEM_MODEL
 
Fields inherited from class kieker.analysis.plugin.AbstractPlugin
CONFIG_NAME
 
Constructor Summary
AbstractMessageTraceProcessingFilter(Configuration configuration)
           
 
Method Summary
abstract  void inputMessageTraces(MessageTrace mt)
           
 
Methods inherited from class kieker.tools.traceAnalysis.filter.AbstractTraceProcessingFilter
getErrorCount, getLastTraceIdError, getLastTraceIdSuccess, getSuccessCount, getTotalCount, printStatusMessage
 
Methods inherited from class kieker.tools.traceAnalysis.filter.AbstractTraceAnalysisFilter
createExecutionByEntityNames, setErrStream, setOutStream
 
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
 
Methods inherited from interface kieker.analysis.plugin.IPlugin
getCurrentConfiguration
 

Field Detail

INPUT_PORT_NAME_MESSAGE_TRACES

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

AbstractMessageTraceProcessingFilter

public AbstractMessageTraceProcessingFilter(Configuration configuration)
Method Detail

inputMessageTraces

public abstract void inputMessageTraces(MessageTrace mt)

Kieker 1.5

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