Package bioMoby :: Package webservice :: Module Dispatcher :: Class PBSDispatcher
[show private | hide private]
[frames | no frames]

Class PBSDispatcher

AbstractDispatcher --+    
                     |    
      SimpleDispatcher --+
                         |
                        PBSDispatcher


Dispatcher for PBS jobs
Method Summary
  __init__(self, mobyContentXML, InvocatorParameters, CommandBuilder, formatter, workdir)
PBS Dispatcher work with PBSInvocator it uses a session directory, a session file (where the queries IDs are stored) when the execute method is call with an session id, it reads all entries from the session file and make a qstat on each ids.
  execute(self)
Execute the command in a PBS script using the PBSInvocator

Method Details

__init__(self, mobyContentXML, InvocatorParameters, CommandBuilder, formatter=None, workdir='/tmp')
(Constructor)

PBS Dispatcher work with PBSInvocator it uses a session directory, a session file (where the queries IDs are stored) when the execute method is call with an session id, it reads all entries from the session file and make a qstat on each ids.
Overrides:
bioMoby.webservice.Dispatcher.SimpleDispatcher.__init__

execute(self)

Execute the command in a PBS script using the PBSInvocator
Overrides:
bioMoby.webservice.Dispatcher.AbstractDispatcher.execute

Generated by Epydoc 2.1 on Wed Nov 3 17:06:09 2004 http://epydoc.sf.net