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

Class JobRegistry

source code

                            object --+    
                                     |    
Core.GangaRepository.Registry.Registry --+
                                         |
                                        JobRegistry

Instance Methods [hide private]
 
getIndexCache(self, obj)
Returns a dictionary to be put into obj._index_cache This can and should be overwritten by derived Registries to provide more index values.
source code
 
getJobTree(self) source code
 
getProxy(self) source code
 
startup(self)
Connect the repository to the registry.
source code

Inherited from Core.GangaRepository.Registry.Registry: __contains__, __getitem__, __init__, __iter__, __len__, clean, find, ids, info, items, iteritems, keys, pollChangedJobs, print_other_sessions, shutdown, values

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

getIndexCache(self, obj)

source code 

Returns a dictionary to be put into obj._index_cache This can and should be overwritten by derived Registries to provide more index values.

Overrides: Core.GangaRepository.Registry.Registry.getIndexCache
(inherited documentation)

startup(self)

source code 

Connect the repository to the registry. Called from Repository_runtime.py

Overrides: Core.GangaRepository.Registry.Registry.startup
(inherited documentation)