Package ZenUtils :: Module ZenZopeThread :: Class ZenZopeThread
[show private | hide private]
[frames | no frames]

Type ZenZopeThread

object --+        
         |        
  _Verbose --+    
             |    
        Thread --+
                 |
                ZenZopeThread


Thread running inside zope that has its own read-only connection to the db.
Method Summary
  __init__(self)
  closedb(self)
Abort our transaction (we are read-only) and close connection.
  opendb(self)
Open a connection to the zope database.
  syncdb(self)
Sync the connection to the zope database.
Inherited from Thread: __repr__, getName, isAlive, isDaemon, join, run, setDaemon, setName, start
Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Method Details

closedb(self)

Abort our transaction (we are read-only) and close connection.

opendb(self)

Open a connection to the zope database.

syncdb(self)

Sync the connection to the zope database.

Generated by Epydoc 2.1 on Thu Aug 16 09:55:13 2007 http://epydoc.sf.net