class documentation
class Root(Referenceable): (source)
Known subclasses: twisted.web.distrib.ResourcePublisher
Implements interfaces: twisted.spread.pb.IPBRoot
I provide a root object to pb.Broker
s for a pb.PBClientFactory
or pb.PBServerFactory
.
When a factory produces a pb.Broker
, it supplies that pb.Broker
with an object named "root". That object is obtained by calling my rootObject method.
Method | root |
A factory is requesting to publish me as a root object. |
Inherited from Referenceable
:
Method | jelly |
(internal) |
Method | remote |
A remote message has been received. Dispatch it appropriately. |
Class Variable | perspective |
I am an object sent remotely as a direct reference. |
Inherited from Serializable
(via Referenceable
):
Method | process |
Return an ID which uniquely represents this object for this process. |
Inherited from Jellyable
(via Referenceable
, Serializable
):
Method | get |
Undocumented |