Package flumotion :: Package component :: Module padmonitor :: Class PadMonitorSet
[hide private]

Class PadMonitorSet

source code

             object --+    
                      |    
                   dict --+
                          |
extern.log.log.Loggable --+
                          |
                         PadMonitorSet

I am a dict of monitor name -> monitor.

Instance Methods [hide private]
new empty dictionary

__init__(self, setActive, setInactive)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
attach(self, pad, name, klass=<class flumotion.component.padmonitor.PadMonitor at 0x1209f998>, *args)
Watch for data flow through this pad periodically.
source code
 
remove(self, name) source code
 
isActive(self) source code

Inherited from dict: __cmp__, __contains__, __delitem__, __eq__, __ge__, __getattribute__, __getitem__, __gt__, __iter__, __le__, __len__, __lt__, __ne__, __new__, __repr__, __setitem__, __sizeof__, clear, copy, fromkeys, get, has_key, items, iteritems, iterkeys, itervalues, keys, pop, popitem, setdefault, update, values, viewitems, viewkeys, viewvalues

Inherited from object: __delattr__, __format__, __reduce__, __reduce_ex__, __setattr__, __str__, __subclasshook__

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

Class Variables [hide private]

Inherited from dict: __hash__

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, setActive, setInactive)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Returns:
new empty dictionary

Overrides: object.__init__
(inherited documentation)

attach(self, pad, name, klass=<class flumotion.component.padmonitor.PadMonitor at 0x1209f998>, *args)

source code 

Watch for data flow through this pad periodically. If data flow ceases for too long, we turn hungry. If data flow resumes, we return to happy.