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

Class DistributedSlave

source code

Pyro.core.ObjBase --+
                    |
       object --+   |
                |   |
            Slave --+
                    |
                   DistributedSlave

Instance Methods [hide private]
 
__init__(self, group_name=':Papyros', poll_time=1) source code
 
run(self) 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 Slave: process

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, group_name=':Papyros', poll_time=1)
(Constructor)

source code 
Overrides: Pyro.core.ObjBase.__init__

run(self)

source code 
Overrides: Slave.run