Home | Trees | Indices | Help |
---|
|
object --+ | Base.Objects.Node --+ | Base.Objects.GangaObject --+ | IApplication
This is a Ganga.GPI.IApplication implementation class. Refer to Ganga.GPI.IApplication.__doc__ for documentation.
|
|||
_proxyClass Base class for all application objects. |
|||
Inherited from |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
_schema = Schema(Version(0, 0), {})
|
|||
_category =
|
|||
_hidden = 1
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
Configure the shared/master aspect of the application. Return a tuple (modified_flag, appconfig). This method is always called exactly once, also in the case of splitting. Return tuple:
If this method is not implemented in the derived class then it is ignored. |
Configure the specific aspect of the application . This method has a similar meaning as master_configure() method and it should return a tuple (modified_flag,appconfig). This method must be implemented in a derived class. Otherwise the submission will fail. Arguments:
In case of splitting this method will be called for each subjob object exactly once which means that it will be executed as many times as there are subjobs. If there is no splitting this method will be called exactly once, after master_configure(). Transition from Ganga 4.0.x:
|
Postprocessing after the job was reported as completed. By default do nothing. This method may raise an exception PostprocessStatusUpdate('failed'). In this case the job status will be 'failed'. The postprocess_failed() hook will NOT be called. |
Postprocessing after the job was reported as failed. By default do nothing. |
This method will be called just before the status of the parent Job changes to new_status. The default it to do nothing. |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Jun 25 10:35:18 2012 | http://epydoc.sourceforge.net |