| Trees | Index | Help |
|
|---|
| Package ZenUtils :: Module ZeoPoolBase :: Class ZeoPoolBase |
|
CmdBase--+ |ZenDaemon--+ | ZeoPoolBase
| Method Summary | |
|---|---|
__init__(self,
noopts,
app,
keeproot)
| |
Return the number of available connection in our pool. | |
basic options setup sub classes can add more options here | |
Close all connections in both free an inuse pools. | |
Return a connection from the connection pool. | |
Return the target max pool size for this database. | |
Are we connected to zeo. | |
opendb(self)
| |
_getContext(self,
app)
| |
Inherited from ZenDaemon:
becomeDaemon,
changeUser,
setupLogging,
sigTerm
Inherited from CmdBase:
buildParser,
parseOptions
| |
| Class Variable Summary | |
|---|---|
Inherited from ZenDaemon:
pidfile
Inherited from CmdBase:
doesLogging
|
| Method Details |
|---|
available(self)Return the number of available connection in our pool. |
buildOptions(self)basic options setup sub classes can add more options here
|
closedb(self)Close all connections in both free an inuse pools. |
getConnection(self, path=None)Return a connection from the connection pool. If path is passed return the object that the path points to. |
getPoolSize(self)Return the target max pool size for this database. |
is_connected(self)Are we connected to zeo. |
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Aug 16 09:55:15 2007 | http://epydoc.sf.net |