kieker.tools.traceAnalysis.filter.traceWriter
Class MessageTraceWriterFilter
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.AbstractMessageTraceProcessingFilter
kieker.tools.traceAnalysis.filter.traceWriter.MessageTraceWriterFilter
- All Implemented Interfaces:
- IFilterPlugin, IPlugin
public class MessageTraceWriterFilter
- extends AbstractMessageTraceProcessingFilter
- 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 |
CONFIG_PROPERTY_NAME_OUTPUT_FN
public static final String CONFIG_PROPERTY_NAME_OUTPUT_FN
- See Also:
- Constant Field Values
MessageTraceWriterFilter
public MessageTraceWriterFilter(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
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.
inputMessageTraces
public void inputMessageTraces(MessageTrace mt)
- Specified by:
inputMessageTraces
in class AbstractMessageTraceProcessingFilter
Copyright 2012 Kieker Project, http://kieker-monitoring.net>