| Trees | Index | Help |
|---|
| Package flumotion :: Package worker :: Module feed :: Class FeedMedium |
|
Loggable --+
|
Jellyable --+ |
| |
Serializable --+ |
| |
Referenceable --+
|
Referenceable --+
|
FeedMedium
I am a client for a Feed Server.
I am used as the remote interface between a component and another component.| Method Summary | |
|---|---|
| |
callRemote(self,
name,
*args,
**kwargs)
| |
hasRemoteReference(self)
| |
remote_sendFeedReply(self,
fullFeedId)
| |
setRemoteReference(self,
remoteReference)
| |
| Inherited from Referenceable | |
| |
| Inherited from Referenceable | |
(internal) | |
| Inherited from Serializable | |
Return an ID which uniquely represents this object for this process. | |
| Inherited from Jellyable | |
| |
| Inherited from Loggable | |
Log a debug message. | |
| dict |
Log a message at the given level, with the possibility of going higher up in the stack. |
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. | |
| Instance Variable Summary | |
|---|---|
flumotion.component.feedcomponent.FeedComponent |
component: the component this is a feed client for |
twisted.spread.pb.RemoteReference |
remote: a reference to a FeedAvatar |
| Class Variable Summary | |
|---|---|
Implements |
__implemented__ = <implementedBy flumotion.worker.feed.F...
|
ClassProvides |
__provides__ = <zope.interface.declarations.ClassProvide...
|
str |
logCategory: Implementors can provide a category to log their messages under. |
| str | remoteLogName: name to use to log the other side of the connection |
| Inherited from Referenceable | |
NoneType |
perspective = None |
| Inherited from Jellyable | |
ClassProvides |
__providedBy__ = <zope.interface.declarations.ClassProvi...
|
| Method Details |
|---|
__init__(self,
component)
|
| Instance Variable Details |
|---|
componentthe component this is a feed client for |
remotea reference to aFeedAvatar
|
| Class Variable Details |
|---|
__implemented__
|
__provides__
|
logCategoryImplementors can provide a category to log their messages under.
|
remoteLogNamename to use to log the other side of the connection
|
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Sun Oct 26 16:39:16 2008 | http://epydoc.sf.net |