Package Ganga :: Package GPIDev :: Package Lib :: Package Registry :: Module JobRegistry' :: Class JobRegistrySlice
[hide private]
[frames] | no frames]

Class JobRegistrySlice

source code

                 object --+    
                          |    
RegistrySlice.RegistrySlice --+
                              |
                             JobRegistrySlice

Instance Methods [hide private]
 
__call__(self, id)
Retrieve a job by id.
source code
 
__init__(self, name)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
_getColour(self, obj)
Override this function in derived slices to colorize your job/task/...
source code
 
fail(self, keep_going, force) source code
 
force_status(self, status, keep_going, force) source code
 
kill(self, keep_going) source code
 
remove(self, keep_going, force) source code
 
resubmit(self, keep_going) source code
 
submit(self, keep_going) source code

Inherited from RegistrySlice.RegistrySlice: __contains__, __getitem__, __getslice__, __iter__, __len__, __str__, clean, copy, do_collective_operation, do_select, ids, select

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__call__(self, id)
(Call operator)

source code 

Retrieve a job by id.

Overrides: RegistrySlice.RegistrySlice.__call__

__init__(self, name)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

_getColour(self, obj)

source code 

Override this function in derived slices to colorize your job/task/... list

Overrides: RegistrySlice.RegistrySlice._getColour
(inherited documentation)