Package flumotion :: Package admin :: Package assistant :: Module models :: Class Consumer
[hide private]

type Consumer

source code

                 object --+    
                          |    
extern.log.log.Loggable --+    
                          |    
                  Component --+
                              |
                             Consumer

Nested Classes [hide private]
eaterType
restrict the eaters which can be linked with this component to this type
Instance Methods [hide private]
 
__init__(self, worker=None) source code
 
validate(self) source code
 
setPorter(self, porter) source code
 
getPorter(self) source code

Inherited from Component: __eq__, __ne__, __repr__, addPlug, delPlug, getEaters, getFeederName, getPlugs, getProperties, getWorker, link, unlink

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

Class Variables [hide private]
  requiresPorter = False
  prefix = 'consumer'

Inherited from Component: componentType, feederType, isAtmosphereComponent

Inherited from extern.log.log.Loggable: __implemented__, logCategory

Instance Variables [hide private]

Inherited from Component: exists, name

Properties [hide private]

Inherited from Component: component_type

Method Details [hide private]

__init__(self, worker=None)
(Constructor)

source code 
Overrides: Component.__init__

validate(self)

source code 
Overrides: Component.validate