I provide a root object to Brokers for a BrokerFactory.
When a BrokerFactory produces a Broker, it supplies that Broker
with an object named "root". That object is obtained by calling
my rootObject method.
See also: getObjectAt
Methods
|
|
rootObject
|
|
rootObject
|
rootObject ( self, broker )
A BrokerFactory is requesting to publish me as a root object.
When a 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.
|
|