Trees | Index | Help |
---|
Package flumotion :: Package twisted :: Module pb :: Class FPBClientFactory |
|
Loggable
--+ |Factory
--+ | | |ClientFactory
--+ | | |PBClientFactory
--+ | FPBClientFactory
FeedClientFactory
,
ReconnectingFPBClientFactory
Method Summary | |
---|---|
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 | |
---|---|
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 |
subclass of flumotion.common.interfaces.IMedium |
perspectiveInterface : the interface we want to request a perspective for |
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 |
Method Details |
---|
getKeycardClasses(self)Ask the remote PB server for all the keycard interfaces it supports.
|
login(self, authenticator)Login, respond to challenges, and eventually get perspective from remote PB server. Currently only credentials implementing IUsernamePassword are supported.
|
Instance Variable Details |
---|
keycardthe keycard used last for logging in; set after self.login has completed
|
mediumthe client-side referenceable for the PB server to call on, and for the client to call to the PB server
|
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 Fri Feb 2 11:29:21 2007 | http://epydoc.sf.net |