Trees | Index | Help |
---|
Package SPyRO :: Module SPyRO :: Class ServerObjectPool |
|
Method Summary | |
---|---|
Init the ServerObjectPool object with a | |
Remove an object with name |name| | |
Get an object and its authorization data, it must raise a KeyError exception if |name| is not present in the pool | |
Register an object |obj| with the ID |name| | |
Register an object (to send by reference) |
Method Details |
---|
__init__(self,
objects=None)
Init the ServerObjectPool object with a
|
delobj(self, name)Remove an object with name |name| |
getobj(self, name)Get an object and its authorization data, it must raise a KeyError exception if |name| is not present in the pool |
setobj(self, name, obj, authobj=None)Register an object |obj| with the ID |name| |
setsend(self, ret, auth=None)Register an object (to send by reference) |
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Sat Oct 14 11:50:51 2006 | http://epydoc.sf.net |