Package foolscap :: Package logging :: Module gatherer :: Class GatheringBase
[hide private]
[frames] | no frames]

Class GatheringBase

source code

 twisted.application.service.Service --+    
                                       |    
twisted.application.service.MultiService --+
                                           |
                          object --+       |
                                   |       |
     referenceable.OnlyReferenceable --+   |
                                       |   |
             referenceable.Referenceable --+
                                           |
                                          GatheringBase
Known Subclasses:

Nested Classes [hide private]
  tub_class
I am a presence in the PB universe, also known as a Tub.
Instance Methods [hide private]
 
__init__(self, basedir)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
startService(self) source code
 
tub_ready(self) source code

Inherited from twisted.application.service.MultiService: __iter__, addService, getServiceNamed, privilegedStartService, removeService, stopService

Inherited from twisted.application.service.Service: __getstate__, __providedBy__, disownServiceParent, setName, setServiceParent

Inherited from referenceable.Referenceable: doRemoteCall, getInterface, getInterfaceName

Inherited from referenceable.OnlyReferenceable: processUniqueID

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  use_local_addresses = True
  __implemented__ = <implementedBy foolscap.logging.gatherer.Gat...
  __provides__ = <zope.interface.declarations.ClassProvides obje...

Inherited from twisted.application.service.Service: name, parent, running

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, basedir)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

startService(self)

source code 
Overrides: twisted.application.service.Service.startService

Class Variable Details [hide private]

__implemented__

Value:
<implementedBy foolscap.logging.gatherer.GatheringBase>

__provides__

Value:
<zope.interface.declarations.ClassProvides object at 0x927d18c>