| Trees | Index | Help |
|---|
| Package flumotion :: Package admin :: Module admin :: Class AdminClientFactory |
|
Loggable --+
|
Factory --+ |
| |
ClientFactory --+ |
| |
PBClientFactory --+
|
FPBClientFactory --+
|
Factory --+ |
| |
ClientFactory --+ |
| |
ReconnectingClientFactory --+
|
ReconnectingFPBClientFactory --+
|
AdminClientFactory
| Method Summary | |
|---|---|
| |
| |
clientConnectionMade(self,
broker)
| |
gotDeferredLogin(self,
*args,
**kwargs)
| |
| Inherited from ReconnectingFPBClientFactory | |
| |
| |
| Inherited from FPBClientFactory | |
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. | |
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 | |
|---|---|
| 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 | |
|---|---|
| Inherited from FPBClientFactory | |
str |
logcategory = 'FPBClientFactory'
|
| Inherited from PBClientFactory | |
int |
unsafeTracebacks = 0 |
| Inherited from Loggable | |
str |
logCategory: Implementors can provide a category to log their messages under. |
| Inherited from ReconnectingClientFactory | |
NoneType |
connector = None |
int |
continueTrying = 1 |
float |
delay = 1.0 |
NoneType |
maxRetries = None |
int |
retries = 0 |
NoneType |
_callID = None |
| Inherited from Factory | |
tuple |
__implements__ = (<class 'twisted.internet.interfaces.IP...
|
str |
noisy = 'sure, why not'
|
int |
numPorts = 0 |
NoneType |
protocol = None |
| Method Details |
|---|
__init__(self,
medium,
user,
passwd)
|
clientConnectionFailed(self, connector, reason)
|
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Tue Dec 20 15:33:10 2005 | http://epydoc.sf.net |