Class SessionReconstructionFilter

java.lang.Object
kieker.analysis.analysisComponent.AbstractAnalysisComponent
kieker.analysis.plugin.AbstractPlugin
kieker.analysis.plugin.filter.AbstractFilterPlugin
kieker.tools.trace.analysis.filter.sessionReconstruction.SessionReconstructionFilter
All Implemented Interfaces:
kieker.analysis.analysisComponent.IAnalysisComponent, kieker.analysis.plugin.filter.IFilterPlugin, kieker.analysis.plugin.IPlugin

@Deprecated
public class SessionReconstructionFilter
extends kieker.analysis.plugin.filter.AbstractFilterPlugin
Deprecated.
1.15 ported to teetime
This filter reconstructs sessions from execution or message traces.
Since:
1.10
  • Nested Class Summary

    Nested classes/interfaces inherited from interface kieker.analysis.plugin.IPlugin

    kieker.analysis.plugin.IPlugin.PluginInputPortReference, kieker.analysis.plugin.IPlugin.STATE
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String CONFIG_PROPERTY_NAME_MAX_THINK_TIME
    Deprecated.
    This is name of the configuration parameter which accepts the maximum think time (i.e.
    static java.lang.String CONFIG_PROPERTY_NAME_TIMEUNIT
    Deprecated.
    This is the name of the property determining the used time unit.
    static java.lang.String CONFIG_PROPERTY_VALUE_MAX_THINK_TIME
    Deprecated.
    This is the default value for the maximal think time.
    static java.lang.String CONFIG_PROPERTY_VALUE_TIMEUNIT
    Deprecated.
    This is the default used time unit.
    static java.lang.String INPUT_PORT_NAME_EXECUTION_TRACES
    Deprecated.
    Name of the input port accepting execution traces.
    static java.lang.String OUTPUT_PORT_NAME_EXECUTION_TRACE_SESSIONS
    Deprecated.
    Name of the output port dispatching execution trace-based sessions.

    Fields inherited from class kieker.analysis.analysisComponent.AbstractAnalysisComponent

    CONFIG_NAME, configuration, logger, projectContext, recordsTimeUnitFromProjectContext
  • Constructor Summary

    Constructors 
    Constructor Description
    SessionReconstructionFilter​(kieker.common.configuration.Configuration configuration, kieker.analysis.IProjectContext projectContext)
    Deprecated.
    Creates a new session reconstruction filter using the given configuration.
  • Method Summary

    Modifier and Type Method Description
    kieker.common.configuration.Configuration getCurrentConfiguration()
    Deprecated.
    void processExecutionTrace​(ExecutionTrace executionTrace)
    Deprecated.
    Processes an incoming execution.
    void terminate​(boolean previousError)
    Deprecated.
     

    Methods inherited from class kieker.analysis.plugin.filter.AbstractFilterPlugin

    init

    Methods inherited from class kieker.analysis.plugin.AbstractPlugin

    areAllRepositoryPortsConnected, connect, connect, deliver, getAllDisplayNames, getAllInputPortNames, getAllOutputPortNames, getAllRepositoryPortNames, getConnectedPlugins, getCurrentRepositories, getDefaultConfiguration, getIncomingPlugins, getPluginDescription, getPluginName, getRepository, getState, isConnectionAllowed, notifyNewIncomingConnection, notifyNewOutgoingConnection, shutdown, start

    Methods inherited from class kieker.analysis.analysisComponent.AbstractAnalysisComponent

    getName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface kieker.analysis.plugin.IPlugin

    connect, getAllDisplayNames, getAllInputPortNames, getAllOutputPortNames, getAllRepositoryPortNames, getConnectedPlugins, getCurrentRepositories, getName, getPluginDescription, getPluginName, getState
  • Field Details

  • Constructor Details

    • SessionReconstructionFilter

      public SessionReconstructionFilter​(kieker.common.configuration.Configuration configuration, kieker.analysis.IProjectContext projectContext)
      Deprecated.
      Creates a new session reconstruction filter using the given configuration.
      Parameters:
      configuration - The configuration for this component.
      projectContext - The project context for this component. The component will be registered.
  • Method Details

    • getCurrentConfiguration

      public kieker.common.configuration.Configuration getCurrentConfiguration()
      Deprecated.
      Specified by:
      getCurrentConfiguration in interface kieker.analysis.analysisComponent.IAnalysisComponent
      Specified by:
      getCurrentConfiguration in interface kieker.analysis.plugin.IPlugin
      Specified by:
      getCurrentConfiguration in class kieker.analysis.analysisComponent.AbstractAnalysisComponent
    • processExecutionTrace

      public void processExecutionTrace​(ExecutionTrace executionTrace)
      Deprecated.
      Processes an incoming execution.
      Parameters:
      executionTrace - The execution trace to process.
    • terminate

      public void terminate​(boolean previousError)
      Deprecated.
      Specified by:
      terminate in interface kieker.analysis.plugin.IPlugin
      Overrides:
      terminate in class kieker.analysis.plugin.filter.AbstractFilterPlugin