kieker.tools.traceAnalysis.filter.traceWriter
Class ExecutionTraceWriterFilter
java.lang.Object
kieker.analysis.plugin.AbstractPlugin
kieker.analysis.plugin.filter.AbstractFilterPlugin
kieker.tools.traceAnalysis.filter.AbstractTraceAnalysisFilter
kieker.tools.traceAnalysis.filter.AbstractTraceProcessingFilter
kieker.tools.traceAnalysis.filter.AbstractExecutionTraceProcessingFilter
kieker.tools.traceAnalysis.filter.traceWriter.ExecutionTraceWriterFilter
- All Implemented Interfaces:
- IFilterPlugin, IPlugin
public class ExecutionTraceWriterFilter
- extends AbstractExecutionTraceProcessingFilter
This class has exactly one input port named "in". The data which is send to
this plugin is not delegated in any way.
- Author:
- Andre van Hoorn
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 |
INPUT_PORT_NAME_EXECUTION_TRACES
public static final String INPUT_PORT_NAME_EXECUTION_TRACES
- See Also:
- Constant Field Values
CONFIG_PROPERTY_NAME_OUTPUT_FN
public static final String CONFIG_PROPERTY_NAME_OUTPUT_FN
- See Also:
- Constant Field Values
ExecutionTraceWriterFilter
public ExecutionTraceWriterFilter(Configuration configuration)
throws IOException
- Throws:
IOException
printStatusMessage
public void printStatusMessage()
- Description copied from class:
AbstractTraceProcessingFilter
- 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.
- Overrides:
printStatusMessage
in class AbstractTraceProcessingFilter
terminate
public void terminate(boolean error)
- Description copied from interface:
IPlugin
- Initiates a termination of the plugin. This method is only used by the
framework and should not be called manually.
Use the method
AnalysisController.terminate(boolean)
instead.
After receiving this notification, the plugin should terminate any running
methods, e.g., read for readers.
- Specified by:
terminate
in interface IPlugin
- Overrides:
terminate
in class AbstractFilterPlugin
newExecutionTrace
public void newExecutionTrace(ExecutionTrace et)
getCurrentConfiguration
public Configuration getCurrentConfiguration()
- Description copied from interface:
IPlugin
- This method should deliver a
Configuration
object containing the current configuration of this instance. In other words: The constructor should be
able to use the given object to initialize a new instance of this class with the same intern properties.
- Returns:
- A completely filled configuration object.
Copyright 2012 Kieker Project, http://kieker-monitoring.net>