3.2.3 Event Subscriptions for Job Status Changes

TuxJES provides an event notification mechanism based on Tuxedo EventBroker (See Subscribing to Events for more details). The following user-level events are provided when something happens at each stage. The data buffer of each event is FML32 buffer for a particular job.

Table 3-14 Available TuxJES Events for Subscription

Event Name Description
ARTJES_JOBSUBMIT A new job is submitted.
ARTJES_JOBCVT A job conversion is completed
ARTJES_JOBCVT_FAIL A job conversion fails.
ARTJES_JOBEXEC A job is finished successfully.
ARTJES_JOBEXEC_FAIL A job's execution fails
ARTJES_JOBPURGE A job is purged.
ARTJES_JOBCANCEL A job is canceled.

Since the event post depends on JESCONFIG configurations in ARTJESADM, the switch must be turned on if all or some event subscriptions are required.