Kieker 1.5

kieker.tools.traceAnalysis.filter
Class AbstractTraceAnalysisFilter

java.lang.Object
  extended by kieker.analysis.plugin.AbstractPlugin
      extended by kieker.analysis.plugin.filter.AbstractFilterPlugin
          extended by kieker.tools.traceAnalysis.filter.AbstractTraceAnalysisFilter
All Implemented Interfaces:
IFilterPlugin, IPlugin
Direct Known Subclasses:
AbstractTraceProcessingFilter, ExecutionRecordTransformationFilter, SystemModel2FileFilter

public abstract class AbstractTraceAnalysisFilter
extends AbstractFilterPlugin

Author:
Andre van Hoorn

Nested Class Summary
 
Nested classes/interfaces inherited from interface kieker.analysis.plugin.IPlugin
IPlugin.PluginInputPortReference
 
Field Summary
static String REPOSITORY_PORT_NAME_SYSTEM_MODEL
           
 
Fields inherited from class kieker.analysis.plugin.AbstractPlugin
CONFIG_NAME
 
Constructor Summary
AbstractTraceAnalysisFilter(Configuration configuration)
           
 
Method Summary
static Execution createExecutionByEntityNames(SystemModelRepository systemModelRepository, String executionContainerName, String componentTypeName, Signature operationSignature, long traceId, String sessionId, int eoi, int ess, long tin, long tout, boolean assumed)
           
 void setErrStream(PrintStream errStream)
          Sets the for info output addressed to users, e.g., number of traces processed, files processed etc.
 void setOutStream(PrintStream outStream)
          Sets the for info output addressed to users, e.g., number of traces processed, files processed etc.
 
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

REPOSITORY_PORT_NAME_SYSTEM_MODEL

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

AbstractTraceAnalysisFilter

public AbstractTraceAnalysisFilter(Configuration configuration)
Method Detail

createExecutionByEntityNames

public static final Execution createExecutionByEntityNames(SystemModelRepository systemModelRepository,
                                                           String executionContainerName,
                                                           String componentTypeName,
                                                           Signature operationSignature,
                                                           long traceId,
                                                           String sessionId,
                                                           int eoi,
                                                           int ess,
                                                           long tin,
                                                           long tout,
                                                           boolean assumed)

setOutStream

public void setOutStream(PrintStream outStream)
Sets the for info output addressed to users, e.g., number of traces processed, files processed etc. If not set explicitly, this class uses System.err.

Parameters:
outStream - the outStream to set

setErrStream

public void setErrStream(PrintStream errStream)
Sets the for info output addressed to users, e.g., number of traces processed, files processed etc. If not set explicitly, this class uses System.err.

Parameters:
errStream - the errStream to set

Kieker 1.5

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