Kieker 1.6

kieker.tools.traceAnalysis.filter
Class AbstractTraceProcessingFilter

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
All Implemented Interfaces:
IFilterPlugin, IPlugin
Direct Known Subclasses:
AbstractExecutionTraceProcessingFilter, AbstractInvalidExecutionTraceProcessingFilter, AbstractMessageTraceProcessingFilter, TraceEventRecords2ExecutionAndMessageTraceFilter, TraceReconstructionFilter

public abstract class AbstractTraceProcessingFilter
extends AbstractTraceAnalysisFilter

Author:
Andre van Hoorn

Nested Class Summary
 
Nested classes/interfaces inherited from interface kieker.analysis.plugin.IPlugin
IPlugin.PluginInputPortReference, IPlugin.STATE
 
Field Summary
static long 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
AbstractTraceProcessingFilter(Configuration configuration)
           
 
Method Summary
 int getErrorCount()
           
 long getLastTraceIdError()
           
 long getLastTraceIdSuccess()
           
 int getSuccessCount()
           
 int getTotalCount()
           
 void printStatusMessage()
          Returns a user-addressed status message to be logged by the calling tool.
 
Methods inherited from class kieker.tools.traceAnalysis.filter.AbstractTraceAnalysisFilter
createExecutionByEntityNames, createExecutionByEntityNames, getSystemEntityFactory, setErrStream, setOutStream
 
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, getCurrentConfiguration, getCurrentRepositories, getName, getPluginDescription, getPluginName, getState
 

Field Detail

MAX_DURATION_MILLIS

public static final long MAX_DURATION_MILLIS
See Also:
Constant Field Values
Constructor Detail

AbstractTraceProcessingFilter

public AbstractTraceProcessingFilter(Configuration configuration)
Method Detail

getSuccessCount

public final int getSuccessCount()

getErrorCount

public final int getErrorCount()

getTotalCount

public final int getTotalCount()

getLastTraceIdError

public final long getLastTraceIdError()

getLastTraceIdSuccess

public final long getLastTraceIdSuccess()

printStatusMessage

public void printStatusMessage()
Returns a user-addressed status message to be logged by the calling tool. Extending classes may override this method but should call the then-inherited method first.


Kieker 1.6

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