Package flumotion :: Package common :: Module testsuite :: Class TestManagerRoot
[hide private]

Class TestManagerRoot

source code

 twisted.spread.pb.Root --+
                          |
extern.log.log.Loggable --+
                          |
                         TestManagerRoot

Instance Methods [hide private]
 
remote_identify(self, who, reference)
Called by a TestClient to announce the type of client, and give a reference.
source code
 
remote_receive(self, object) source code

Inherited from extern.log.log.Loggable: __providedBy__, __provides__, debug, doLog, error, info, log, logFunction, logObjectName, warning, warningFailure, writeMarker

Class Variables [hide private]
  logCategory = "testmanagerroot"
Implementors can provide a category to log their messages under.

Inherited from extern.log.log.Loggable: __implemented__