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

Class PoolInterface

source code

object --+
         |
        PoolInterface
Known Subclasses:

abstract class from which all connection pool should inherit.

Instance Methods [hide private]
 
get(self)
method used to return a connection from the pool
source code
 
put(self)
Put an item back into the pool, when done
source code
 
clear(self)
method used to release all connections
source code

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

Properties [hide private]

Inherited from object: __class__