Package papyros :: Module distributed :: Class DistributedMaster
[hide private]
[frames] | no frames]

Class DistributedMaster

source code

Pyro.core.ObjBase --+
                    |
       object --+   |
                |   |
           Master --+
                    |
                   DistributedMaster

Instance Methods [hide private]
 
__init__(self, group_name=':Papyros', *args, **kwds) source code

Inherited from Pyro.core.ObjBase: GUID, Pyro_dyncall, delegateTo, getAttrProxy, getDaemon, getLocalStorage, getProxy, remote_retrieve_code, remote_supply_code, setCodeValidator, setGUID, setPyroDaemon

Inherited from Pyro.core.ObjBase (private): _gotReaped, _r_ga, _r_ha, _r_sa

Inherited from Master: addJob, cancelAllJobs, numPendingJobs, popProcessedJob, processedJobs

Inherited from Master (private): _assignJob, _getProcessedJob

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Methods [hide private]
 
name(cls, group_name) source code
Static Methods [hide private]
 
__new__(cls, group_name=':Papyros', *args, **kwds)
Returns: a new object with type S, a subtype of T
source code
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__new__(cls, group_name=':Papyros', *args, **kwds)
Static Method

source code 
Returns:
a new object with type S, a subtype of T

Overrides: object.__new__
(inherited documentation)

__init__(self, group_name=':Papyros', *args, **kwds)
(Constructor)

source code 
Overrides: Pyro.core.ObjBase.__init__