Package flumotion :: Package common :: Module connection :: Class PBConnectionInfo
[show private | hide private]
[frames | no frames]

Class PBConnectionInfo

Jellyable --+        
            |        
 Serializable --+    
                |    
         Copyable --+
                    |
  Unjellyable --+   |
                |   |
       RemoteCopy --+
                    |
                   PBConnectionInfo


I hold information on how to connect to a PB server somewhere. I can be transferred over the wire.
Method Summary
  __init__(self, host, port, use_ssl, authenticator)
  __str__(self)
    Inherited from Copyable
  getStateToCopy(self)
Gather state to send when I am serialized for a peer.
  getStateToCopyFor(self, perspective)
Gather state to send when I am serialized for a particular perspective.
  getTypeToCopy(self)
Determine what type tag to send for me.
  getTypeToCopyFor(self, perspective)
Determine what type tag to send for me.
  jellyFor(self, jellier)
Assemble type tag and state to copy for this broker.
    Inherited from Serializable
  processUniqueID(self)
Return an ID which uniquely represents this object for this process.
    Inherited from Jellyable
  getStateFor(self, jellier)
    Inherited from RemoteCopy
  setCopyableState(self, state)
I will be invoked with the state to copy locally.
  unjellyFor(self, unjellier, jellyList)
    Inherited from Unjellyable
  setStateFor(self, unjellier, state)

Class Variable Summary
tuple __implements__ = (<MetaInterface twisted.spread.interfac...
    Inherited from Copyable
Implements __implemented__ = <implementedBy twisted.spread.flavors....
ClassProvides __provides__ = <zope.interface.declarations.ClassProvide...
    Inherited from Jellyable
ClassProvides __providedBy__ = <zope.interface.declarations.ClassProvi...

Class Variable Details

__implements__

Type:
tuple
Value:
(<MetaInterface twisted.spread.interfaces.IJellyable>,
 <MetaInterface twisted.spread.interfaces.IUnjellyable>)               

Generated by Epydoc 2.1 on Sat Apr 14 13:20:44 2007 http://epydoc.sf.net