Module APCScheduler :: Class SchedulerLOCAL
[hide private]
[frames] | no frames]

Class SchedulerLOCAL

source code


Instance Methods [hide private]
 
__init__(self) source code
 
submit(self, Appli)
submit Appli
source code
 
status(self, Appli)
Update status attribut of Appli object
source code
 
retrieveOutput(self, Appli)
Retrieve Appli outputs in work directory
source code
 
cancel(self, Appli)
cancel Application
source code

Inherited from SchedulerAbstract: delegateProxy, stdErr, stdOut, wait

Inherited from SchedulerAbstract (private): _ReSubmit, _cleaner, _resultListJob

Method Details [hide private]

__init__(self)
(Constructor)

source code 
Overrides: SchedulerAbstract.__init__

submit(self, Appli)

source code 

submit Appli

Overrides: SchedulerAbstract.submit

status(self, Appli)

source code 

Update status attribut of Appli object

Overrides: SchedulerAbstract.status

retrieveOutput(self, Appli)

source code 

Retrieve Appli outputs in work directory

Overrides: SchedulerAbstract.retrieveOutput

cancel(self, Appli)

source code 

cancel Application

Overrides: SchedulerAbstract.cancel