Home | Trees | Indices | Help |
---|
|
object --+ | GPIProxyObject --+ | Adapters.IBackend.IBackend._proxyClass
Base class for all backend objects. Backend classes in Ganga 4.0.x have only the submit() method. This is sufficient to allow emulated bulk submission to function. Note that the master_submit() method is always called by the framework unlike the submit() method, which is only called as a part of default implementation of master_submit(). If you provide a special support for bulk submission than you should either call submit() method explicitly in the case of no splitting, or make the implementation of master_submit() handle the non-split jobs as well. Properties:
|
|||
_impl This is a Ganga.GPI.IBackend implementation class. |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
GPI IBackend object constructor: IBackend() : create ibackend with default settings; IBackend(i) : make a copy of i; IBackend(i,x=a,...): make a copy of i and set property 'x' to a, etc..
|
Return an short representation of IBackend object.
|
Set a property of IBackend with consistency and safety checks. Setting a [protected] or a unexisting property raises AttributeError.
|
Return a printable string representing IBackend object as a tree of properties.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Jun 25 10:35:18 2012 | http://epydoc.sourceforge.net |