Package bigjob :: Module bigjob_manager :: Class subjob
[hide private]
[frames] | no frames]

Class subjob

source code


Instance Methods [hide private]
 
__init__(self, coordination_url=None)
Constructor
source code
 
get_job_url(self, pilot_url) source code
 
submit_job(self, pilot_url, jd)
submit subjob to referenced bigjob
source code
 
get_state(self, pilot_url=None)
duck typing for saga.job
source code
 
cancel(self, pilot_url=None) source code
 
get_exe(self, pilot_url=None) source code
 
get_arguments(self, pilot_url=None) source code
 
__del__(self) source code
 
__repr__(self)
repr(x)
source code

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, coordination_url=None)
(Constructor)

source code 

Constructor

Overrides: object.__init__

submit_job(self, pilot_url, jd)

source code 

submit subjob to referenced bigjob

Overrides: api.base.subjob.submit_job

get_state(self, pilot_url=None)

source code 

duck typing for saga.job

Overrides: api.base.subjob.get_state

cancel(self, pilot_url=None)

source code 
Overrides: api.base.subjob.cancel

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)