Package restkit :: Package pool :: Module monitored :: Class MonitoredHost
[hide private]
[frames] | no frames]

Class MonitoredHost

source code

object --+
         |
        MonitoredHost
Known Subclasses:

Instance Methods [hide private]
 
__init__(self, keepalive, timeout)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
get(self) source code
 
put(self, conn) source code
 
clear(self) source code
 
murder_connections(self) source code
 
init_pool(self) source code
 
do_get(self) source code
 
do_put(self, conn) source code
 
waiting(self) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, keepalive, timeout)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)