| Trees | Index | Help |
|---|
| Package flumotion :: Package component :: Module component :: Class ComponentClientFactory |
|
Loggable --+
|
Factory --+ |
| |
ClientFactory --+ |
| |
PBClientFactory --+
|
FPBClientFactory --+
|
Factory --+ |
| |
ClientFactory --+ |
| |
ReconnectingClientFactory --+
|
ReconnectingFPBClientFactory --+
|
ComponentClientFactory
| Method Summary | |
|---|---|
| |
gotDeferredLogin(self,
d)
| |
startLogin(self,
authenticator)
| |
| Inherited from ReconnectingFPBClientFactory | |
Called when a connection has failed to connect. | |
| |
| |
| 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 | |
If the factory is connected, close the connection. | |
Get perspective from remote PB server. | |
Get root object of remote PB server. | |
| 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. | |
| Inherited from ReconnectingClientFactory | |
Call me after a successful connection to reset. | |
Have this connector connect again, after a suitable delay. | |
I put a stop to any attempt to reconnect in progress. | |
| 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. | |
| 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 |
| Inherited from ReconnectingClientFactory | |
float |
factor: a multiplicitive factor by which the delay grows |
float |
initialDelay: Delay for the first reconnection attempt. |
float |
jitter: percentage of randomness to introduce into the delay length to prevent
stampeding. |
int |
maxDelay: Maximum number of seconds between connection attempts. |
| Class Variable Summary | |
|---|---|
str |
logCategory: Implementors can provide a category to log their messages under. |
| Inherited from PBClientFactory | |
int |
unsafeTracebacks = 0 |
| Inherited from Loggable | |
Implements |
__implemented__ = <implementedBy flumotion.common.log.Lo...
|
ClassProvides |
__providedBy__ = <zope.interface.declarations.ClassProvi...
|
ClassProvides |
__provides__ = <zope.interface.declarations.ClassProvide...
|
| Inherited from ReconnectingClientFactory | |
NoneType |
connector = None |
int |
continueTrying = 1 |
float |
delay = 1.0 |
NoneType |
maxRetries = None |
int |
retries = 0 |
| Inherited from Factory | |
bool |
noisy = True
|
int |
numPorts = 0 |
NoneType |
protocol = None |
| Method Details |
|---|
__init__(self,
component)
|
| 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:16 2008 | http://epydoc.sf.net |