| Home | Trees | Index | Help |
|---|
| Package twisted :: Package spread :: Module flavors :: Class Root |
|
Jellyable--+ |Serializable--+ |Referenceable--+ | Root
TwoPlayerConnectionI provide a root object to pb.Brokers for a
pb.BrokerFactory.
When a pb.BrokerFactory produces a
pb.Broker, it supplies that pb.Broker with an
object named "root". That object is obtained by calling my
rootObject method.
pb.getObjectAt
| Method Summary | |
|---|---|
A pb.BrokerFactory is requesting to publish me as a root
object. | |
| Inherited from Referenceable | |
(internal) | |
A remote message has been received. | |
| Inherited from Serializable | |
Return an ID which uniquely represents this object for this process. | |
| Inherited from Jellyable | |
| |
| Class Variable Summary | |
|---|---|
tuple |
__implements__ = (<class 'twisted.spread.flavors.IPBRoot...
|
| Inherited from Referenceable | |
NoneType |
perspective = None |
| Method Details |
|---|
rootObject(self, broker)A pb.BrokerFactory is sending me as the root
object, this method will be invoked to allow per-broker versions of an
object. By default I return myself.
|
| Class Variable Details |
|---|
__implements__
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.0 on Fri Nov 11 14:26:37 2005 | http://epydoc.sf.net |