Description of the Module. More...
Public Member Functions | |
__init__ (self, config) | |
Do not change anything here! | |
onLoad (self) | |
Called by import of the plugin Remove if not implemented. | |
doWork (self, bwPacket) | |
start an run of the module. | |
onUnload (self) | |
Called by destruction of the plugin Remove if not implemented. | |
Additional Inherited Members | |
![]() | |
registerWildcard (newWildcard, bwPacketField) | |
Register a new wildcard. | |
![]() | |
config | |
![]() | |
_cleanup (self) | |
Cleanup routine calls onUnload() directly. | |
_run (self, bwPacket) | |
start an run of the module. | |
_getStatistics (self) | |
Returns statistical information's from last module run. | |
![]() | |
_moduleName | |
_cumTime | |
_moduleTime | |
_runCount | |
_moduleErrorCount | |
![]() | |
list | _modulesActive = [] |
Description of the Module.
module.template_module.BoswatchModule.__init__ | ( | self, | |
config | |||
) |
Do not change anything here!
Reimplemented from module.moduleBase.ModuleBase.
module.template_module.BoswatchModule.onLoad | ( | self | ) |
Called by import of the plugin Remove if not implemented.
Reimplemented from module.moduleBase.ModuleBase.
module.template_module.BoswatchModule.doWork | ( | self, | |
bwPacket | |||
) |
start an run of the module.
bwPacket | A BOSWatch packet instance |
Reimplemented from module.moduleBase.ModuleBase.
module.template_module.BoswatchModule.onUnload | ( | self | ) |
Called by destruction of the plugin Remove if not implemented.
Reimplemented from module.moduleBase.ModuleBase.