Package net.simplace.pipe.control
Klasse FWFunctionalityPipelineRunner
java.lang.Object
java.lang.Thread
net.simplace.pipe.control.FWFunctionalityPipelineRunner
- Alle implementierten Schnittstellen:
Runnable
Runs the Impetus Engine from Functionality.
- Autor:
- Andreas Enders
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen java.lang.Thread
Thread.Builder, Thread.State, Thread.UncaughtExceptionHandler -
Feldübersicht
Von Klasse geerbte Felder java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungFWFunctionalityPipelineRunner(PipeLineFunctionality aFunctionality, String aInitFileName) Creates a new EmbeddedRunner with the given Map of parameters.FWFunctionalityPipelineRunner(PipeLineFunctionality aFunctionality, org.jdom2.Element aInitElement) Creates a new EmbeddedRunner with the given Map of parameters. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidrun()Runs the pipeline specified in Parameter "0".Runs the pipeline specified in Parameter "0".runPipeline(int aNumberOfSteps) Runs the pipeline specified in Parameter "0".toString()Von Klasse geerbte Methoden 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, isVirtual, join, join, join, join, ofPlatform, ofVirtual, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, sleep, start, startVirtualThread, stop, suspend, threadId, yield
-
Konstruktordetails
-
FWFunctionalityPipelineRunner
public FWFunctionalityPipelineRunner(PipeLineFunctionality aFunctionality, String aInitFileName) throws PipeLineCreationException Creates a new EmbeddedRunner with the given Map of parameters.- Parameter:
aFunctionality-aInitFileName-- Löst aus:
PipeLineCreationException
-
FWFunctionalityPipelineRunner
public FWFunctionalityPipelineRunner(PipeLineFunctionality aFunctionality, org.jdom2.Element aInitElement) throws PipeLineCreationException Creates a new EmbeddedRunner with the given Map of parameters.- Parameter:
aFunctionality-aInitElement-- Löst aus:
PipeLineCreationException
-
-
Methodendetails
-
runPipeline
public FWObservable runPipeline(int aNumberOfSteps) throws PipeLineException, DatabaseInUseException Runs the pipeline specified in Parameter "0".- Parameter:
aNumberOfSteps-- Gibt zurück:
- FWObservable
- Löst aus:
PipeLineExceptionDatabaseInUseException
-
runPipeline
Runs the pipeline specified in Parameter "0".- Gibt zurück:
- FWObservable
- Löst aus:
DatabaseInUseExceptionPipeLineException
-
run
public void run()Runs the pipeline specified in Parameter "0". -
getPipeLineContainer
- Gibt zurück:
- the pipeLineContatier
-
toString
-