project BLF > class BScanDaemonProcessor > method StartDaemonComponent
Description
This method should be overridden in the specific daemon processor component.
It should start the daemon business component instance and return its handle.
Parameters
ohDaemon | output | handle | Handle to the daemon instance |
ohDaemonQueue | output | handle | Handle to the DaemonQueue component |
oiReturnStatus | output | integer | Return status of the method. |
Internal usage
unused
program code (program/bscandaemonprocessor.p)
<ANCESTOR-CODE>
/* Start Daemon and DameonQueue and return their handles */
<I-1 {bFcStartAndOpenInstance
&ADD-TO-TRANSACTION = "false"
&CLASS = "BScanDaemon"}>
assign ohDaemon = vhBScanDaemonFromProcInst.
<I-2 {bFcStartAndOpenInstance
&ADD-TO-TRANSACTION = "false"
&CLASS = "BScanDaemonQueue"}>
assign ohDaemonQueue = vhBScanDaemonQueueFromProcInst.