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

type RecentConnection

source code

object --+
         |
        RecentConnection

I am an object representing a recent connection. You can access some of my state and update the timestamp (eg, when I was last connected to) by calling updateTimestamp.

Instance Methods [hide private]
 
__init__(self, host, filename, info) source code
 
updateTimestamp(self) source code
 
asConnectionInfo(self)
Return a ConnectionInfo object constructed from my state.
source code
Instance Variables [hide private]
string filename
filename of the connection
string host
hostname
PBConnectionInfo info
connection info
string name
name of the recent connection usually host:port
datetime.datetime timestamp
timestamp
Method Details [hide private]

__init__(self, host, filename, info)
(Constructor)

source code 
Overrides: object.__init__
(inherited documentation)