Package flumotion :: Package admin :: Module connections :: Class ConnectionInfo
[hide private]

type ConnectionInfo

source code

object --+
         |
        ConnectionInfo

I wrap the information contained in a single connection file entry.

I can be used to construct PBConnectionInfo object, but because some of my variables can be shell globs, they are all strings.

Instance Methods [hide private]
 
__init__(self, host, port, use_insecure, user, passwd, manager) source code
 
asPBConnectionInfo(self)
Return a PBConnectionInfo object constructed from my state.
source code
 
__str__(self) source code
Method Details [hide private]

__init__(self, host, port, use_insecure, user, passwd, manager)
(Constructor)

source code 
Overrides: object.__init__
(inherited documentation)

asPBConnectionInfo(self)

source code 

Return a PBConnectionInfo object constructed from my state. If my state contains shell globs, I might throw a ValueError.

__str__(self)
(Informal representation operator)

source code 
Overrides: object.__str__
(inherited documentation)