Home | Trees | Index | Help |
|
---|
Package bioMoby :: Package webservice :: Module Dispatcher :: Class Dispatcher |
|
AbstractDispatcher
--+
|
Dispatcher
Method Summary | |
---|---|
The Object needs a MobyContent XML string an Invocator Class and a commandBuilder function The commandBuilder function shall return a command, arguments, and a set of temporary files [queryData]-->("commandName","commandArgs", ["tempfiles"]) | |
Execute the queries with a pool of threads, store the results in a mobyContent Object |
Method Details |
---|
__init__(self,
mobyContentXML,
Invocator,
CommandBuilder,
formatter=None,
workdir='/tmp')
The Object needs a MobyContent XML string an Invocator Class and a
commandBuilder function The commandBuilder function shall return a
command, arguments, and a set of temporary files
[queryData]-->("commandName","commandArgs",
["tempfiles"])
|
execute(self, timeout=120)Execute the queries with a pool of threads, store the results in a mobyContent Object |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Wed Nov 3 17:06:09 2004 | http://epydoc.sf.net |