Trees | Index | Help |
|
---|
Package ZenEvents :: Module MySqlSendEvent :: Class MySqlSendEventThread |
|
MySqlSendEventMixin
--+ |MySqlSendEvent
--+ |object
--+ | | |_Verbose
--+ | | |Thread
--+ | MySqlSendEventThread
Method Summary | |
---|---|
__init__(self,
zem)
| |
run(self)
| |
Called from main thread to put an event on to the send queue. | |
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. |
stop(self)Called from main thread to stop this thread.
|
Class Variable Details |
---|
running
|
Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Thu Aug 16 09:55:10 2007 | http://epydoc.sf.net |