project BLF > class Housekeeping

technical class
inherited from Technical Component

Description

This technical component hold all logic that is required to clean up invalid component instances (left behind by client crashed for example). The intention is that this component is called just before the application database shut down (for the backup).
In a system that needs a 24/24 7/7 uptime, the housekeeping can be run with an "on-line" option.

The HouseKeeping component is always run from within the ApplicationControl/tApplication as a batch operation, started from the command line, it is never started as a user function from within the application UI.


methods