Part of twisted.spread.pb View Source View In Hierarchy
Known subclasses: twisted.web.distrib.ResourcePublisher
Implements interfaces: twisted.spread.flavors.IPBRoot
I 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 | rootObject | A pb.BrokerFactoryis requesting to publish me as a root 
object. | 
Inherited from Referenceable:
| Method | remoteMessageReceived | A remote message has been received. Dispatch it appropriately. | 
| Method | jellyFor | (internal) | 
Inherited from Serializable (via Referenceable):
| Method | processUniqueID | Return an ID which uniquely represents this object for this process. | 
Inherited from Jellyable (via Referenceable, Serializable):
| Method | getStateFor | Undocumented | 
A pb.BrokerFactory is requesting to publish me as a root 
object.
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.