project BLF > class BBaseDaemonProcessor

business class (abstract)
inherited from Business Component
business area Daemon Setup

Description

Basic daemon processor.
This is an abstract component that should be inherited from for each daemon in the system.
It contains the basic flow of events for every daemon. For each daemon, the specific hook methods should be extended and/or overwritten.
All messages should be logged via the method "SetMessageInDaemonLog".
You should not forget to specify the name of the daemon in vcFcDaemonName.


methods