Batch administrator examples
Batch administrator examples are examples of code snippets, command syntax, and configuration values that are relevant to performing administrative and deployment tasks in the batch environment.
The samples in this section consist of xJCL samples and XML schemas for batch jobs, native jobs, and compute-intensive jobs.
Subtopics
- xJCL sample for a batch job
The following sample illustrates a batch job, which demonstrates that we can invoke existing session beans from within job steps.
- XML schema for a batch job
The following example shows the XML schema for a batch job:
- xJCL sample for a compute intensive job
The xJCL sample is a generic compute intensive sample.
- XML schema for a compute intensive job
The following example shows the XML schema for a compute-intensive job:
- xJCL sample for a native execution job
The native execution sample is for a single-step job, which are the only type of jobs that are supported.
- XML schema for a native execution job
This XML schema example can be used with xJCL to implement a native execution job.
- CommandRunner utility job step
Use the CommandRunner utility job step to run shell command lines as job steps. The shell command lines can include shell commands, shell scripts, and compiled programs.
Reference topic