Class AbstractClosedScenarioThread
java.lang.Object
java.lang.Thread
org.palladiosimulator.protocom.framework.java.se.usage.AbstractScenarioThread
org.palladiosimulator.protocom.framework.java.se.usage.AbstractClosedScenarioThread
Abstract class for running closed workload users.
This class represents a single user.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
-
Field Summary
Fields inherited from class org.palladiosimulator.protocom.framework.java.se.usage.AbstractScenarioThread
LOGGER, maxMeasurementCount, scenarioName, shouldContinue
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
-
Constructor Summary
ConstructorDescriptionAbstractClosedScenarioThread
(de.uka.ipd.sdq.sensorframework.entities.Experiment exp, de.uka.ipd.sdq.sensorframework.entities.ExperimentRun expRun, String scenarioName, RunProperties runProps) -
Method Summary
Methods inherited from class org.palladiosimulator.protocom.framework.java.se.usage.AbstractScenarioThread
getScenarioRunner, requestStop, run, takeScenarioMeasurement
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
-
Field Details
-
usageScenario
-
-
Constructor Details
-
AbstractClosedScenarioThread
public AbstractClosedScenarioThread(de.uka.ipd.sdq.sensorframework.entities.Experiment exp, de.uka.ipd.sdq.sensorframework.entities.ExperimentRun expRun, String scenarioName, RunProperties runProps)
-
-
Method Details
-
runAndMeasureUsageScenarioIteration
protected void runAndMeasureUsageScenarioIteration()- Specified by:
runAndMeasureUsageScenarioIteration
in classAbstractScenarioThread
-