Skip to content
do- edited this page Dec 28, 2022 · 94 revisions

Job is a class of single-use objects created for each execution of a business method (from Application's ModuleMap).

Its name means "jobs" in Queueing theory, not Oracle Database's periodic tasks.

This class implements the basic workflow used in all doix based server applications. It's presumed to never be inherited from, only extended by setting event handlers.

Clone this wiki locally