The functions provided with the job manager come in the form of SADELIA programs.
The programs in the library must be called from the server side by an Adelia program connected to the database containing the job manager tables.
Warning: if you compile Adelia's programs in UNICODE version, the interface programs are prefixed by TU_ and not TR_.
For example, TR_ADD_JOB becomes TU_ADD_JOB. In the rest of the documentation, only the ANSI (TR_XXX) program names are referenced.
The functions provided with the job manager are as follows:
Creating a job |
|
Reading a job |
|
Adding text to an execution report |
|
Modifying the state of a job |
|
Reading the state of a job |
|
Creating or modifying a user |
|
Reading a user |
|
Deleting a user |
|
Creating or modifying a queue |
|
Reading the parameters of a queue |
|
Reading the parameters of queues |
|
Modifying the state of a queue for a given job manager |
|
TR_SET_JOB_STRT | Modifying a job restart indicator |
TR_GET_JOB_STRT | Reading a job restart indicator |
Note: version 1.0 interfaces (programs beginning with "GS_") remain compatible.