Trees | Index | Help |
---|
Package flumotion :: Package component :: Module component :: Class ComponentClientFactory |
|
Loggable
--+ |Factory
--+ | | |ClientFactory
--+ | | |PBClientFactory
--+ |FPBClientFactory
--+ | ComponentClientFactory
Method Summary | |
---|---|
| |
Login, respond to challenges, and eventually get perspective from remote PB server. | |
error(self,
message)
| |
login(self,
keycard)
| |
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. | |
Log an informational message. | |
Log a log message. | |
Overridable log function. | |
Overridable object name function. | |
Log a warning. |
Class Variable Summary | |
---|---|
str |
logCategory : Implementors can provide a category to log their messages under. |
Inherited from FPBClientFactory | |
str |
logcategory = 'FPBClientFactory'
|
Inherited from PBClientFactory | |
int |
unsafeTracebacks = 0 |
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,
component)
|
__super_login(self, keycard, client=None, *interfaces)Login, respond to challenges, and eventually get perspective from remote PB server. Currently only credentials implementing IUsernamePassword are supported.
|
Class Variable Details |
---|
logCategoryImplementors can provide a category to log their messages under.
|
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Wed Feb 16 07:23:00 2005 | http://epydoc.sf.net |