This class is taking care of executing the EDNA plugin and application
workflow preProcess - process - postProcess. The detailed workflow looks
like this:
preProcess if not failure: slotPreProcess if not failure: process if
not failure: slotProcess if not failure: postProcess if not failure:
slotPostProcess if not failure: slotSUCCESS if failure: slotFAILURE
Always: finally Process
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
executeActionSynchronous(self,
_edObject=None) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
setTimeOut(self,
_fTimeOut)
Sets the time out |
source code
|
|
|
|
|
|
|
getDefaultTimeOut(self)
Returns the time out |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
setLogTiming(self,
_bValue)
Force this action to log it's timing to file |
source code
|
|
|
|
Inherited from EDLogging.EDLogging :
ASSERT ,
DEBUG ,
ERROR ,
WARNING ,
error ,
isVerboseDebug ,
log ,
screen ,
setAllLogLevels ,
setLogFileName ,
setLogFileOff ,
setLogLevel ,
setTestOff ,
setTestOn ,
setVerboseDebugOff ,
setVerboseDebugOn ,
setVerboseOff ,
setVerboseOn ,
unitTest ,
warning ,
writeErrorTrace
Inherited from EDObject.EDObject :
getClassName ,
getId ,
getRunTime ,
getSemaphoreValue ,
getTimeEnd ,
getTimeInit ,
locked ,
setTimeEnd ,
setTimeInit ,
synchronizeOff ,
synchronizeOn
Inherited from threading.Thread :
__repr__ ,
getName ,
isAlive ,
isDaemon ,
is_alive ,
join ,
setDaemon ,
setName ,
start
Inherited from threading.Thread (private):
_reset_internal_locks ,
_set_daemon ,
_set_ident
Inherited from threading._Verbose (private):
_note
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|