| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
_engine.object --+
|
service
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
__init__( (object)arg1) -> None :
C++ signature :
void __init__(_object*)
__init__( (object)arg1, (str)arg2) -> None :
C++ signature :
void __init__(_object*,char const*)
__init__( (object)arg1, (url)arg2) -> None :
C++ signature :
void __init__(_object*,saga::url)
__init__( (object)arg1, (session)arg2) -> None :
C++ signature :
void __init__(_object*,saga::session)
__init__( (object)arg1, (session)arg2, (url)arg3) -> None :
C++ signature :
void __init__(_object*,saga::session,saga::url)
|
create_job( (service)arg1, (description)arg2) -> job :
create a new job using the given job description (plain)
C++ signature :
saga::job::job create_job(saga::job::service,saga::job::description)
create_job( (service)arg1, (routine_type)arg2, (description)arg3) -> task :
create a new job using the given job description (task based)
C++ signature :
saga::task create_job(saga::job::service,saga::python::routine_type,saga::job::description)
|
get_job( (service)arg1, (str)arg2) -> job :
get the job given the job id maintained by this instance (plain)
C++ signature :
saga::job::job get_job(saga::job::service,std::string)
get_job( (service)arg1, (routine_type)arg2, (str)arg3) -> task :
get the job given the job id maintained by this instance (task based)
C++ signature :
saga::task get_job(saga::job::service,saga::python::routine_type,std::string)
|
get_self( (service)arg1) -> self :
get the job representing the running job instance (plain)
C++ signature :
saga::job::self get_self(saga::job::service)
get_self( (service)arg1, (routine_type)arg2) -> task :
get the job representing the running job instance (task based)
C++ signature :
saga::task get_self(saga::job::service,saga::python::routine_type)
|
list( (service)arg1) -> object :
list the job id's of all jobs maintained by this instance (plain)
C++ signature :
std::vector<std::string, std::allocator<std::string> > list(saga::job::service)
list( (service)arg1, (routine_type)arg2) -> task :
list the job id's of all jobs maintained by this instance (task based)
C++ signature :
saga::task list(saga::job::service,saga::python::routine_type)
|
run_job( (service)arg1, (str)arg2, (str)arg3) -> job :
create and run a new job given the executable path and arguments (plain)
C++ signature :
saga::job::job run_job(saga::job::service,std::string,std::string)
run_job( (service)arg1, (routine_type)arg2, (str)arg3, (str)arg4) -> task :
create and run a new job given the executable path and arguments (task based)
C++ signature :
saga::task run_job(saga::job::service,saga::python::routine_type,std::string,std::string)
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Sep 28 13:25:14 2009 | http://epydoc.sourceforge.net |