Class AbstractOpenScenarioThread
java.lang.Object
java.lang.Thread
org.palladiosimulator.protocom.framework.java.se.usage.AbstractScenarioThread
org.palladiosimulator.protocom.framework.java.se.usage.AbstractOpenScenarioThread
Abstract class for running open workload users.
Only one instance of this class represents the usage scenario and spawns a new thread each time
the interarrival time has passed.
-
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
ConstructorDescriptionAbstractOpenScenarioThread
(de.uka.ipd.sdq.sensorframework.entities.Experiment exp, de.uka.ipd.sdq.sensorframework.entities.ExperimentRun expRun, String scenarioName, RunProperties runProps, String interarrivalTimeInSec) -
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
-
Constructor Details
-
AbstractOpenScenarioThread
public AbstractOpenScenarioThread(de.uka.ipd.sdq.sensorframework.entities.Experiment exp, de.uka.ipd.sdq.sensorframework.entities.ExperimentRun expRun, String scenarioName, RunProperties runProps, String interarrivalTimeInSec)
-
-
Method Details
-
runAndMeasureUsageScenarioIteration
protected void runAndMeasureUsageScenarioIteration()- Specified by:
runAndMeasureUsageScenarioIteration
in classAbstractScenarioThread
-