public class SessionReconstructionFilter extends AbstractFilterPlugin
IPlugin.PluginInputPortReference, IPlugin.STATE| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONFIG_PROPERTY_NAME_MAX_THINK_TIME
This is name of the configuration parameter which accepts the maximum think time
(i.e.
|
static java.lang.String |
CONFIG_PROPERTY_NAME_TIMEUNIT
This is the name of the property determining the used time unit.
|
static java.lang.String |
CONFIG_PROPERTY_VALUE_MAX_THINK_TIME
This is the default value for the maximal think time.
|
static java.lang.String |
CONFIG_PROPERTY_VALUE_TIMEUNIT
This is the default used time unit.
|
static java.lang.String |
INPUT_PORT_NAME_EXECUTION_TRACES
Name of the input port accepting execution traces.
|
static java.lang.String |
OUTPUT_PORT_NAME_EXECUTION_TRACE_SESSIONS
Name of the output port dispatching execution trace-based sessions.
|
CONFIG_NAME, configuration, logger, projectContext, recordsTimeUnitFromProjectContext| Constructor and Description |
|---|
SessionReconstructionFilter(Configuration configuration,
IProjectContext projectContext)
Creates a new session reconstruction filter using the given configuration.
|
| Modifier and Type | Method and Description |
|---|---|
Configuration |
getCurrentConfiguration()
This method should deliver a
Configuration object containing the current configuration of this instance. |
void |
processExecutionTrace(ExecutionTrace executionTrace)
Processes an incoming execution.
|
void |
terminate(boolean previousError)
Initiates a termination of the plugin.
|
initareAllRepositoryPortsConnected, connect, connect, deliver, getAllDisplayNames, getAllInputPortNames, getAllOutputPortNames, getAllRepositoryPortNames, getConnectedPlugins, getCurrentRepositories, getDefaultConfiguration, getIncomingPlugins, getPluginDescription, getPluginName, getRepository, getState, isConnectionAllowed, notifyNewIncomingConnection, notifyNewOutgoingConnection, shutdown, startgetNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconnect, getAllDisplayNames, getAllInputPortNames, getAllOutputPortNames, getAllRepositoryPortNames, getConnectedPlugins, getCurrentRepositories, getName, getPluginDescription, getPluginName, getStatepublic static final java.lang.String INPUT_PORT_NAME_EXECUTION_TRACES
public static final java.lang.String OUTPUT_PORT_NAME_EXECUTION_TRACE_SESSIONS
public static final java.lang.String CONFIG_PROPERTY_NAME_TIMEUNIT
public static final java.lang.String CONFIG_PROPERTY_VALUE_TIMEUNIT
public static final java.lang.String CONFIG_PROPERTY_NAME_MAX_THINK_TIME
public static final java.lang.String CONFIG_PROPERTY_VALUE_MAX_THINK_TIME
public SessionReconstructionFilter(Configuration configuration, IProjectContext projectContext)
configuration - The configuration for this component.projectContext - The project context for this component. The component will be registered.public Configuration getCurrentConfiguration()
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.getCurrentConfiguration in interface IAnalysisComponentgetCurrentConfiguration in interface IPlugingetCurrentConfiguration in class AbstractAnalysisComponentpublic void processExecutionTrace(ExecutionTrace executionTrace)
executionTrace - The execution trace to process.public void terminate(boolean previousError)
AbstractFilterPluginAnalysisController.terminate(boolean) instead.
After receiving this notification, the plugin should terminate any running
methods, e.g., read for readers.terminate in interface IPluginterminate in class AbstractFilterPluginpreviousError - Determines whether the plugin is terminated due to an error or not.Copyright 2020 Kieker Project, http://kieker-monitoring.net