Package kieker.analysis.behavior
Class EntryCallSequenceStage
java.lang.Object
teetime.framework.AbstractStage
kieker.analysis.behavior.EntryCallSequenceStage
public final class EntryCallSequenceStage
extends teetime.framework.AbstractStage
Represents the EntryCallSequence Transformation in the paper Run-time Architecture Models for
Dynamic Adaptation and Evolution of Cloud Applications.
The EntryCallSequenceStage
- Since:
- 2.0.0
- Author:
- Robert Heinrich, Alessandro Guisa, Christoph Dornieden
-
Field Summary
Fields inherited from class teetime.framework.AbstractStage
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecute()teetime.framework.InputPort<EntryCallEvent>teetime.framework.InputPort<ISessionEvent>teetime.framework.OutputPort<UserSession>voidMethods inherited from class teetime.framework.AbstractStage
abort, addInputPortRemovedListener, addOutputPortRemovedListener, compareAndSetBeingExecuted, createInputPort, createInputPort, createInputPort, createInputPort, createOutputPort, createOutputPort, createOutputPort, createOutputPort, declareActive, declarePassive, executeByFramework, getCurrentState, getId, getInputPorts, getOutputPorts, getOwningThread, getTerminationStrategy, isActive, isBeingExecuted, isPaused, isProducer, isStateless, onSignal, onStarting, onValidating, removeDynamicPort, removeDynamicPort, setPaused, setStateless, shouldBeTerminated, signalAlreadyReceived, terminateStage, toString, workCompleted
-
Constructor Details
-
EntryCallSequenceStage
Create this filter.
-
-
Method Details
-
execute
protected void execute()- Specified by:
executein classteetime.framework.AbstractStage
-
onTerminating
public void onTerminating()- Overrides:
onTerminatingin classteetime.framework.AbstractStage
-
getUserSessionOutputPort
- Returns:
- output port
-
getEntryCallInputPort
-
getSessionEventInputPort
-