Package schrodinger :: Package application :: Package desmond :: Module meta :: Class _Backend
[hide private]
[frames] | no frames]

Class _Backend

             object --+    
                      |    
job.jobcontrol._Backend --+
                          |
                         _Backend

Instance Methods [hide private]
 
__init__(self)
Get the job_id and jobdir pathname of the current Job Control process (only meaningful if running under Job Control).
 
setJobProgress(self, steps=0, totalsteps=0, description='')
Tell jmonitor to set the job progress (steps out of total steps).

Inherited from job.jobcontrol._Backend: __del__, __getstate__, addLogFile, addMessageName, addMonitorFile, addOutputFile, addRequiredOutputFile, copyOutputFile, deleteSubJob, getJob, nextMessage, sendMessageToParent, sendMessageToSubjob, sendMessageToSubjobs, setStructureMonitorFile, setStructureOutputFile, syncdb

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

 

Get the job_id and jobdir pathname of the current Job Control process (only meaningful if running under Job Control). Using the get_backend() function should be preferred to initializing a _Backend object explicitly.

Overrides: object.__init__
(inherited documentation)

setJobProgress(self, steps=0, totalsteps=0, description='')

 

Tell jmonitor to set the job progress (steps out of total steps). Set either steps and totalsteps, or description, or both.

Overrides: job.jobcontrol._Backend.setJobProgress