Package Ganga :: Package GPIDev :: Package Lib :: Package Tasks :: Module TaskRegistry' :: Class TaskRegistry
[hide private]
[frames] | no frames]

Class TaskRegistry

source code

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

Instance Methods [hide private]
 
_thread_main(self)
This is an internal function; the main loop of the background thread
source code
 
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
 
getProxy(self) source code
 
startup(self)
Start a background thread that periodically run()s
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 

Start a background thread that periodically run()s

Overrides: Core.GangaRepository.Registry.Registry.startup