Trees | Index | Help |
---|
Package flumotion :: Package manager :: Module component :: Class FeederSet |
|
Loggable
--+
|
FeederSet
Feeder
s within a flow. I know when a feeder
is ready and I handle dependencies between feeders.
Method Summary | |
---|---|
| |
__getitem__(self,
key)
| |
Add the feeders of the given component to the set. | |
Make the given component dependent on the given feeder. | |
Set the given feeder to the given readiness. | |
getFeeder(self,
feederName)
| |
hasFeeder(self,
feederName)
| |
isFeederReady(self,
feederName)
| |
Remove the feeders of the given component to the set. | |
Inherited from Loggable | |
Log a debug message. | |
Log an error. | |
Log an informational message. | |
Log a log message. | |
Overridable log function. | |
Overridable object name function. | |
Log a warning. | |
Log a warning about a Failure. |
Class Variable Summary | |
---|---|
str |
logCategory : Implementors can provide a category to log their messages under. |
Inherited from Loggable | |
Implements |
__implemented__ = <implementedBy flumotion.common.log.Lo...
|
ClassProvides |
__providedBy__ = <zope.interface.declarations.ClassProvi...
|
ClassProvides |
__provides__ = <zope.interface.declarations.ClassProvide...
|
Method Details |
---|
__init__(self,
flowName)
|
addFeeders(self, componentAvatar)Add the feeders of the given component to the set.
|
dependComponentOnFeeder(self, componentAvatar, feederName, func)Make the given component dependent on the given feeder. Register a function and arguments to call when the feeder's readiness changes.
|
feederSetReadiness(self, feederName, readiness)Set the given feeder to the given readiness. |
removeFeeders(self, componentAvatar)Remove the feeders of the given component to the set.
|
Class Variable Details |
---|
logCategoryImplementors can provide a category to log their messages under.
|
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Sun Oct 22 03:16:38 2006 | http://epydoc.sf.net |