Package ZenEvents :: Module MySqlSendEvent :: Class MySqlSendEventThread
[show private | hide private]
[frames | no frames]

Type MySqlSendEventThread

MySqlSendEventMixin --+    
                      |    
         MySqlSendEvent --+
                          |
         object --+       |
                  |       |
           _Verbose --+   |
                      |   |
                 Thread --+
                          |
                         MySqlSendEventThread


Method Summary
  __init__(self, zem)
  run(self)
  sendEvent(self, evt)
Called from main thread to put an event on to the send queue.
  stop(self)
Called from main thread to stop this thread.
Inherited from Thread: __repr__, getName, isAlive, isDaemon, join, setDaemon, setName, start
Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__
Inherited from MySqlSendEvent: getFieldList
Inherited from MySqlSendEventMixin: applyDeviceContext, applyEventContext, buildClearUpdate, buildDetailInsert, buildInsert, buildStatusInsert, doSendEvent, escape, eventDataMaps

Class Variable Summary
bool running = True
Inherited from MySqlSendEvent: backend, copyattrs

Method Details

sendEvent(self, evt)

Called from main thread to put an event on to the send queue.
Overrides:
ZenEvents.MySqlSendEvent.MySqlSendEventMixin.sendEvent

stop(self)

Called from main thread to stop this thread.
Overrides:
ZenEvents.MySqlSendEvent.MySqlSendEvent.stop

Class Variable Details

running

Type:
bool
Value:
True                                                                   

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