

Public Member Functions | |
| def | __init__ (self, xmlFile) |
| def | getNodeState (self, numid) |
| def | getNodeProgress (self, numid) |
| def | getXMLState (self, numid) |
| def | getInPortValue (self, nodeNumid, portName) |
| def | setInPortValue (self, nodeName, portName, value) |
| def | getOutPortValue (self, nodeNumid, portName) |
| def | getErrorDetails (self, nodeNumid) |
| def | getErrorReport (self, nodeNumid) |
| def | getContainerLog (self, nodeNumid) |
| def | shutdownProc (self, level) |
| def | getExecutorState (self) |
| def | getIds (self) |
| def | getNumIds (self) |
| def | getNames (self) |
| def | runProc (self, debug, isPyThread, fromscratch) |
| def | Run (self) |
| def | RunFromState (self, xmlFile) |
| def | RestartFromState (self, xmlFile) |
| def | addObserver (self, obs, numid, event) |
| def | setExecMode (self, mode) |
| def | setListOfBreakPoints (self, listOfBreakPoints) |
| def | getTasksToLoad (self) |
| def | setStepsToExecute (self, listToExecute) |
| def | resumeCurrentBreakPoint (self) |
| def | isNotFinished (self) |
| def | stopExecution (self) |
| def | saveState (self, xmlFile) |
| def | setStopOnError (self, dumpRequested, xmlFile) |
| def | unsetStopOnError (self) |
Public Attributes | |
| l | |
| e | |
| run1 | |
| p | |
| xmlFile | |
| def yacsorb.YACS.proc_i.__init__ | ( | self, | |
| xmlFile | |||
| ) |
| def yacsorb.YACS.proc_i.addObserver | ( | self, | |
| obs, | |||
| numid, | |||
| event | |||
| ) |
| def yacsorb.YACS.proc_i.getContainerLog | ( | self, | |
| nodeNumid | |||
| ) |
Definition at line 82 of file YACS.py.
References yacsorb.YACS.proc_i.p.
| def yacsorb.YACS.proc_i.getErrorDetails | ( | self, | |
| nodeNumid | |||
| ) |
Definition at line 76 of file YACS.py.
References yacsorb.YACS.proc_i.p.
| def yacsorb.YACS.proc_i.getErrorReport | ( | self, | |
| nodeNumid | |||
| ) |
Definition at line 79 of file YACS.py.
References yacsorb.YACS.proc_i.p.
| def yacsorb.YACS.proc_i.getExecutorState | ( | self | ) |
Definition at line 88 of file YACS.py.
References yacsorb.YACS.proc_i.e.
Referenced by yacsorb.YACS.proc_i.RestartFromState(), yacsorb.YACS.proc_i.Run(), and yacsorb.YACS.proc_i.RunFromState().
| def yacsorb.YACS.proc_i.getIds | ( | self | ) |
Definition at line 91 of file YACS.py.
References yacsorb.YACS.proc_i.getNumIds(), and yacsorb.YACS.proc_i.p.
Referenced by yacsorb.YACS.proc_i.getNames().
| def yacsorb.YACS.proc_i.getInPortValue | ( | self, | |
| nodeNumid, | |||
| portName | |||
| ) |
| def yacsorb.YACS.proc_i.getNames | ( | self | ) |
Definition at line 99 of file YACS.py.
References yacsorb.YACS.proc_i.getIds(), and yacsorb.YACS.proc_i.p.
| def yacsorb.YACS.proc_i.getNodeProgress | ( | self, | |
| numid | |||
| ) |
Definition at line 49 of file YACS.py.
References yacsorb.YACS.proc_i.p.
| def yacsorb.YACS.proc_i.getNodeState | ( | self, | |
| numid | |||
| ) |
Definition at line 46 of file YACS.py.
References yacsorb.YACS.proc_i.p.
| def yacsorb.YACS.proc_i.getNumIds | ( | self | ) |
Definition at line 96 of file YACS.py.
References yacsorb.YACS.proc_i.p.
Referenced by yacsorb.YACS.proc_i.getIds().
| def yacsorb.YACS.proc_i.getOutPortValue | ( | self, | |
| nodeNumid, | |||
| portName | |||
| ) |
| def yacsorb.YACS.proc_i.getTasksToLoad | ( | self | ) |
Definition at line 202 of file YACS.py.
References yacsorb.YACS.proc_i.e.
| def yacsorb.YACS.proc_i.getXMLState | ( | self, | |
| numid | |||
| ) |
Definition at line 52 of file YACS.py.
References yacsorb.YACS.proc_i.p.
| def yacsorb.YACS.proc_i.isNotFinished | ( | self | ) |
Definition at line 211 of file YACS.py.
References yacsorb.YACS.proc_i.e.
| def yacsorb.YACS.proc_i.RestartFromState | ( | self, | |
| xmlFile | |||
| ) |
Reset the procedure state to ready state for all nodes in error if xmlFile exists first try to load the state from this file. then start execution
Definition at line 152 of file YACS.py.
References yacsorb.YACS.proc_i.e, yacsorb.YACS.proc_i.getExecutorState(), yacsorb.YACS.proc_i.p, yacsorb.YACS.proc_i.run1, and yacsorb.YACS.proc_i.runProc().
| def yacsorb.YACS.proc_i.resumeCurrentBreakPoint | ( | self | ) |
Definition at line 208 of file YACS.py.
References yacsorb.YACS.proc_i.e.
| def yacsorb.YACS.proc_i.Run | ( | self | ) |
Definition at line 107 of file YACS.py.
References yacsorb.YACS.proc_i.e, yacsorb.YACS.proc_i.getExecutorState(), yacsorb.YACS.proc_i.run1, and yacsorb.YACS.proc_i.runProc().
| def yacsorb.YACS.proc_i.RunFromState | ( | self, | |
| xmlFile | |||
| ) |
Start an execution from the state given by the file xmlFile If xmlFile == "", start execution from the current state
Definition at line 118 of file YACS.py.
References yacsorb.YACS.proc_i.e, yacsorb.YACS.proc_i.getExecutorState(), yacsorb.YACS.proc_i.p, yacsorb.YACS.proc_i.run1, and yacsorb.YACS.proc_i.runProc().
| def yacsorb.YACS.proc_i.runProc | ( | self, | |
| debug, | |||
| isPyThread, | |||
| fromscratch | |||
| ) |
Definition at line 102 of file YACS.py.
References yacsorb.YACS.proc_i.e, yacsorb.YACS.proc_i.p, and yacsorb.YACS.proc_i.xmlFile.
Referenced by yacsorb.YACS.proc_i.RestartFromState(), yacsorb.YACS.proc_i.Run(), and yacsorb.YACS.proc_i.RunFromState().
| def yacsorb.YACS.proc_i.saveState | ( | self, | |
| xmlFile | |||
| ) |
Definition at line 218 of file YACS.py.
References yacsorb.YACS.proc_i.e.
| def yacsorb.YACS.proc_i.setExecMode | ( | self, | |
| mode | |||
| ) |
| def yacsorb.YACS.proc_i.setInPortValue | ( | self, | |
| nodeName, | |||
| portName, | |||
| value | |||
| ) |
| def yacsorb.YACS.proc_i.setListOfBreakPoints | ( | self, | |
| listOfBreakPoints | |||
| ) |
| def yacsorb.YACS.proc_i.setStepsToExecute | ( | self, | |
| listToExecute | |||
| ) |
| def yacsorb.YACS.proc_i.setStopOnError | ( | self, | |
| dumpRequested, | |||
| xmlFile | |||
| ) |
| def yacsorb.YACS.proc_i.shutdownProc | ( | self, | |
| level | |||
| ) |
Definition at line 85 of file YACS.py.
References yacsorb.YACS.proc_i.p.
| def yacsorb.YACS.proc_i.stopExecution | ( | self | ) |
Definition at line 214 of file YACS.py.
References yacsorb.YACS.proc_i.e.
| def yacsorb.YACS.proc_i.unsetStopOnError | ( | self | ) |
Definition at line 225 of file YACS.py.
References yacsorb.YACS.proc_i.e.
| yacsorb.YACS.proc_i.e |
Definition at line 39 of file YACS.py.
Referenced by yacsorb.YACS.proc_i.getExecutorState(), yacsorb.YACS.proc_i.getTasksToLoad(), yacsorb.YACS.proc_i.isNotFinished(), yacsorb.YACS.proc_i.RestartFromState(), yacsorb.YACS.proc_i.resumeCurrentBreakPoint(), yacsorb.YACS.proc_i.Run(), yacsorb.YACS.proc_i.RunFromState(), yacsorb.YACS.proc_i.runProc(), yacsorb.YACS.proc_i.saveState(), yacsorb.YACS.proc_i.setExecMode(), yacsorb.YACS.proc_i.setListOfBreakPoints(), yacsorb.YACS.proc_i.setStepsToExecute(), yacsorb.YACS.proc_i.setStopOnError(), yacsorb.YACS.proc_i.stopExecution(), and yacsorb.YACS.proc_i.unsetStopOnError().
| yacsorb.YACS.proc_i.p |
Definition at line 42 of file YACS.py.
Referenced by yacsorb.YACS.proc_i.getContainerLog(), yacsorb.YACS.proc_i.getErrorDetails(), yacsorb.YACS.proc_i.getErrorReport(), yacsorb.YACS.proc_i.getIds(), yacsorb.YACS.proc_i.getInPortValue(), yacsorb.YACS.proc_i.getNames(), yacsorb.YACS.proc_i.getNodeProgress(), yacsorb.YACS.proc_i.getNodeState(), yacsorb.YACS.proc_i.getNumIds(), yacsorb.YACS.proc_i.getOutPortValue(), yacsorb.YACS.proc_i.getXMLState(), yacsorb.YACS.proc_i.RestartFromState(), yacsorb.YACS.proc_i.RunFromState(), yacsorb.YACS.proc_i.runProc(), yacsorb.YACS.proc_i.setInPortValue(), and yacsorb.YACS.proc_i.shutdownProc().
| yacsorb.YACS.proc_i.run1 |
Definition at line 41 of file YACS.py.
Referenced by yacsorb.YACS.proc_i.RestartFromState(), yacsorb.YACS.proc_i.Run(), and yacsorb.YACS.proc_i.RunFromState().
| yacsorb.YACS.proc_i.xmlFile |
Definition at line 43 of file YACS.py.
Referenced by yacsorb.YACS.proc_i.runProc().