| Trees | Index | Help |
|---|
| Package flumotion :: Package worker :: Module feed :: Class FeedClientFactory |
|
Loggable --+
|
Factory --+ |
| |
ClientFactory --+ |
| |
PBClientFactory --+
|
FPBClientFactory --+
|
Loggable --+
|
FeedClientFactory
| Method Summary | |
|---|---|
__init__(self,
medium)
| |
| Inherited from FPBClientFactory | |
defer.Deferred returning list of str
|
Ask the remote PB server for all the keycard interfaces it supports. |
Login, respond to challenges, and eventually get perspective from remote PB server. | |
| Inherited from PBClientFactory | |
Called when a connection has failed to connect. | |
Reconnecting subclasses should call with reconnecting=1. | |
| |
If the factory is connected, close the connection. | |
Get perspective from remote PB server. | |
Get root object of remote PB server. | |
| Inherited from ClientFactory | |
Called when a connection has been started. | |
| Inherited from Factory | |
Create an instance of a subclass of Protocol. | |
Make sure startFactory is called. | |
Make sure stopFactory is called. | |
This will be called before I begin listening on a Port or Connector. | |
This will be called before I stop listening on all Ports/Connectors. | |
| 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 | |
|---|---|
subclass of flumotion.common.interfaces.IMedium |
perspectiveInterface: the interface we want to request a perspective for |
| Inherited from FPBClientFactory | |
keycards.Keycard |
keycard: the keycard used last for logging in; set after self.login has
completed |
flumotion.common.medium.BaseMedium |
medium: the client-side referenceable for the PB server to call on, and for
the client to call to the PB server |
| Class Variable Summary | |
|---|---|
str |
logCategory: Implementors can provide a category to log their messages under. |
| Inherited from PBClientFactory | |
int |
unsafeTracebacks = 0 |
| Inherited from Factory | |
Implements |
__implemented__ = <implementedBy twisted.internet.protoc...
|
ClassProvides |
__providedBy__ = <zope.interface.declarations.ClassProvi...
|
ClassProvides |
__provides__ = <zope.interface.declarations.ClassProvide...
|
bool |
noisy = True
|
int |
numPorts = 0 |
NoneType |
protocol = None |
| Instance Variable Details |
|---|
perspectiveInterfacethe interface we want to request a perspective for
|
| Class Variable Details |
|---|
logCategoryImplementors can provide a category to log their messages under.
|
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Sun Oct 26 16:39:17 2008 | http://epydoc.sf.net |