Trees | Index | Help |
---|
Package flumotion :: Package manager :: Module component :: Class Feeder |
|
FeederSet
. My name is of the form
componentName:feedName
Method Summary | |
---|---|
| |
__repr__(self)
| |
Add a dependency function for this feeder depending on another feeder in another component. | |
str |
|
getListenHost(self)
| |
getListenPort(self)
| |
getName(self)
| |
bool |
|
bool |
|
Give the feeder the component avatar that contains the feeder. | |
Set the feeder's readiness, triggering dependency functions. |
Method Details |
---|
__init__(self,
feederName)
|
addDependency(self, feederName, func, *args)Add a dependency function for this feeder depending on another feeder in another component. The function will be called when the other feeder is ready.
|
getFeedName(self)
|
hasComponentAvatar(self)
|
isReady(self)
|
setComponentAvatar(self, componentAvatar)Give the feeder the component avatar that contains the feeder.
|
setReadiness(self, readiness)Set the feeder's readiness, triggering dependency functions.
|
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Thu Jan 25 09:31:11 2007 | http://epydoc.sf.net |