Home | Trees | Indices | Help |
|
---|
|
PilotCompute (PC).
This is the object that is returned by the PilotComputeService when a new PilotCompute (aka Pilot-Job) is created based on a PilotComputeDescription.
The PilotCompute object can be used by the application to keep track of PilotComputes that are active.
A PilotCompute has state, can be queried, can be cancelled and be re-initialized.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Properties | |
callback | |
context | |
description | |
id | |
pj_type | |
rm | |
state | |
state_detail | |
wall_time_left | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Remove the PilotCompute from the PilotCompute Service. Keyword arguments: None |
Re-Initialize the PilotCompute to the (new) PilotComputeDescription. Keyword arguments: pilotjob_description -- A PilotComputeDescription |
Set a callback function for a member. Keyword arguments: member -- The member to set the callback for (state / state_detail). cb -- The callback object to call. |
Unset a callback function from a member Keyword arguments: member -- The member to unset the callback from. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Jan 26 22:29:04 2013 | http://epydoc.sourceforge.net |