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

Class _proxyClass

source code

    object --+    
             |    
GPIProxyObject --+
                 |
                Lib.Job.Job'.JobInfo._proxyClass

Additional job information.
        Partially implemented
    

Properties:

     monitoring_links list of tuples of monitoring links. (simple property,
                      list, default=[],protected,comparable)

     uuid             globally unique job identifier. (simple property,
                      default='',protected)

     monitor          job monitor instance. ('monitor' object,
                      default=None,optional)

     submit_counter   job submission/resubmission counter. (simple property,
                      default=0,protected,comparable)

Nested Classes [hide private]
  _impl
This is a Ganga.GPI.JobInfo implementation class.
Instance Methods [hide private]
 
__eq__(self, x)
Equality operator (==), compare the JobInfo properties which are declared as [comparable].
source code
 
__init__(self, *args, **kwds)
GPI JobInfo object constructor: JobInfo() : create jobinfo with default settings; JobInfo(j) : make a copy of j; JobInfo(j,x=a,...): make a copy of j and set property 'x' to a, etc..
source code
 
__ne__(self, x)
Non-equality operator (!=).
source code
 
__repr__(self)
Return an short representation of JobInfo object.
source code
 
__setattr__(self, x, v)
Set a property of JobInfo with consistency and safety checks.
source code
 
__str__(self)
Return a printable string representing JobInfo object as a tree of properties.
source code
 
copy(self)
Make an identical copy of self.
source code

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

Class Variables [hide private]
  monitor = <Ganga.GPIDev.Base.Proxy.ProxyDataDescriptor object ...
  monitoring_links = <Ganga.GPIDev.Base.Proxy.ProxyDataDescripto...
  submit_counter = <Ganga.GPIDev.Base.Proxy.ProxyDataDescriptor ...
  uuid = <Ganga.GPIDev.Base.Proxy.ProxyDataDescriptor object at ...
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, *args, **kwds)
(Constructor)

source code 

GPI JobInfo object constructor: JobInfo() : create jobinfo with default settings; JobInfo(j) : make a copy of j; JobInfo(j,x=a,...): make a copy of j and set property 'x' to a, etc..

Overrides: object.__init__

__repr__(self)
(Representation operator)

source code 

Return an short representation of JobInfo object.

Overrides: object.__repr__

__setattr__(self, x, v)

source code 

Set a property of JobInfo with consistency and safety checks. Setting a [protected] or a unexisting property raises AttributeError.

Overrides: object.__setattr__

__str__(self)
(Informal representation operator)

source code 

Return a printable string representing JobInfo object as a tree of properties.

Overrides: object.__str__

Class Variable Details [hide private]

monitor

Value:
<Ganga.GPIDev.Base.Proxy.ProxyDataDescriptor object at 0x189d190>

monitoring_links

Value:
<Ganga.GPIDev.Base.Proxy.ProxyDataDescriptor object at 0x1895e90>

submit_counter

Value:
<Ganga.GPIDev.Base.Proxy.ProxyDataDescriptor object at 0x189d210>

uuid

Value:
<Ganga.GPIDev.Base.Proxy.ProxyDataDescriptor object at 0x189d110>