Class UserSessionGeneratorCompositeStage

java.lang.Object
teetime.framework.CompositeStage
kieker.analysis.behavior.UserSessionGeneratorCompositeStage

public class UserSessionGeneratorCompositeStage
extends teetime.framework.CompositeStage
Create user sessions based on @{link EntryCallEvent}s.
Since:
2.0.0
Author:
Lars Jürgensen
  • Field Summary

    Fields inherited from class teetime.framework.CompositeStage

    DEFAULT_PIPE_CAPACITY
  • Constructor Summary

    Constructors 
    Constructor Description
    UserSessionGeneratorCompositeStage​(IEntryCallAcceptanceMatcher entryCallMatcher, ITraceSignatureProcessor traceSignatureProcessor, java.lang.Long userSessionTimeout)
    Create the user session generator stage.
  • Method Summary

    Modifier and Type Method Description
    teetime.framework.InputPort<EntryCallEvent> getInputPort()  
    teetime.framework.InputPort<ISessionEvent> getSessionEventInputPort()  
    teetime.framework.OutputPort<UserSession> getSessionOutputPort()  

    Methods inherited from class teetime.framework.CompositeStage

    connectPorts, connectPorts, createInputPort, createOutputPort

    Methods inherited from class java.lang.Object

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