|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Execution | |
---|---|
de.cau.cs.kieler.sim.kiem | This package contains the basic activator class, the messages.properties file, with the externalized strings and a proxy editor for opening *.execution files with the KiemView. |
de.cau.cs.kieler.sim.kiem.automated | This package contains the basic activator class. |
de.cau.cs.kieler.sim.kiem.execution | This package contains the classes for the raw execution, the thread handling and synchronization as well as for the data pool and timeout error implementation. |
Uses of Execution in de.cau.cs.kieler.sim.kiem |
---|
Methods in de.cau.cs.kieler.sim.kiem that return Execution | |
---|---|
Execution |
KiemPlugin.getExecution()
Gets the execution. |
Methods in de.cau.cs.kieler.sim.kiem with parameters of type Execution | |
---|---|
void |
KiemPlugin.setExecution(Execution executionParam)
Sets the execution. |
Uses of Execution in de.cau.cs.kieler.sim.kiem.automated |
---|
Methods in de.cau.cs.kieler.sim.kiem.automated that return Execution | |
---|---|
static Execution |
KiemAutomatedPlugin.getKiemExecution()
Getter for the execution inside the KIEM. |
Uses of Execution in de.cau.cs.kieler.sim.kiem.execution |
---|
Methods in de.cau.cs.kieler.sim.kiem.execution with parameters of type Execution | |
---|---|
void |
TimeoutThread.timeout(int timeoutParam,
String jobDescriptionParam,
DataComponentWrapper dataComponentWrapperParam,
Execution executionParam)
Activate as a new timeout. |
Constructors in de.cau.cs.kieler.sim.kiem.execution with parameters of type Execution | |
---|---|
ObserverExecution(AbstractDataComponent dataComponentParam,
Execution parentParam)
Instantiates a new observer execution worker thread. |
|
ProducerExecution(AbstractDataComponent dataComponentParam,
Execution parentParam)
Instantiates a new producer execution worker thread. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |