en.help.ref-batchjobslisting.html Maven / Gradle / Ivy
Batch Job Executions
GlassFish Server provides a batch runtime for the scheduling and execution of batch jobs. Batch jobs are typically long-running, bulk-oriented tasks that contain a series of steps. Batch applications submit jobs to the batch runtime and provide instructions about how and when to execute the steps. The batch runtime processes the steps and stores information about jobs in a job repository. In GlassFish Server, the job repository is a database.
Use the Batch Job Executions page to view details about recorded executions of batch jobs.
The Batch Job Executions page contains the following information.
- Instance Name
- Cluster Name
-
The name of the GlassFish cluster or server instance to which the configuration applies.
- Batch Jobs
-
A list of recorded batch job executions for the instance or cluster. For each execution, the following information is displayed:
- Execution ID
-
The ID assigned to the execution of the batch job. Clicking the execution ID opens the Batch Job Execution Details page for the execution. A new execution is created the first time a job is started and every time the existing execution is restarted.
- Job Name
-
The name of the job.
- Batch Status
-
The status of the execution as set by the batch runtime.
- Exit Status
-
The status of the execution as set by the Job XML for the job or by the batch application. By default, the exit status and the batch status are the same unless the exit status is explicitly overridden.
- Instance ID
-
The ID assigned to the instance of the batch job. An instance of a batch job can have multiple executions.
- Start Time
-
The time the execution started.
- End Time
-
The time the execution finished.
Related Tasks
Related asadmin Commands
-
-
-
-
-
Copyright © 2005, 2017, Oracle and/or its affiliates. All rights reserved. Legal Notices