Package Ganga :: Package GPIDev :: Package Lib :: Package Job :: Module Job' :: Class JobInfo
[hide private]
[frames] | no frames]

Class JobInfo

source code

          object --+        
                   |        
   Base.Objects.Node --+    
                       |    
Base.Objects.GangaObject --+
                           |
                          JobInfo

This is a Ganga.GPI.JobInfo implementation class. Refer to Ganga.GPI.JobInfo.__doc__ for documentation.

Nested Classes [hide private]
  _proxyClass
Additional job information.

Inherited from Base.Objects.GangaObject: __metaclass__

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
increment(self) source code

Inherited from Base.Objects.GangaObject: __construct__, __deepcopy__, __getstate__, __setstate__, _attribute_filter__set__, _auto__init__, accept, getJobObject

Inherited from Base.Objects.Node: __copy__, __eq__, __ne__, clone, copyFrom, printSummaryTree, printTree

Inherited from Base.Objects.Node (private): _getParent, _getRoot, _setParent

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

Class Methods [hide private]

Inherited from Base.Objects.GangaObject (private): _declared_property

Class Variables [hide private]
  _category = 'jobinfos'
  _name = 'JobInfo'
  _schema = <Ganga.GPIDev.Schema.Schema.Schema instance at 0x18a...
  monitor = <Ganga.GPIDev.Base.Objects.Descriptor object at 0x18...
  monitoring_links = <Ganga.GPIDev.Base.Objects.Descriptor objec...
  submit_counter = <Ganga.GPIDev.Base.Objects.Descriptor object ...
  uuid = <Ganga.GPIDev.Base.Objects.Descriptor object at 0x189d0d0>

Inherited from Base.Objects.Node (private): _index_cache, _parent

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

Class Variable Details [hide private]

_schema

Value:
<Ganga.GPIDev.Schema.Schema.Schema instance at 0x18a0128>

monitor

Value:
<Ganga.GPIDev.Base.Objects.Descriptor object at 0x189d150>

monitoring_links

Value:
<Ganga.GPIDev.Base.Objects.Descriptor object at 0x1895f90>

submit_counter

Value:
<Ganga.GPIDev.Base.Objects.Descriptor object at 0x189d1d0>