Package javax.batch.runtime

Skip navigation links

Overview
Package
Class
Use
Tree
Deprecated
Index
Help

Prev Package
Next Package

Frames
No Frames

Package javax.batch.runtime
Provides APIs for viewing the detailed outcomes and metrics of Batch job executions.

See: Description

Interface Summary Interface 	Description
JobExecution 	
Provides a view of a job execution to the JobOperator.
JobInstance 	
Provides a view of a job instance to the JobOperator.
Metric 	
The Metric interface defines job metrics recorded by the batch runtime.
StepExecution 	
Provides a view of a step execution to the JobOperator.
Class Summary Class 	Description
BatchRuntime 	
BatchRuntime represents the JSR 352 Batch Runtime.
Enum Summary Enum 	Description
BatchStatus 	
BatchStatus enum defines the batch status values possible for a job.
Metric.MetricType 	
The enum defining the specification-defined metric types.

Package javax.batch.runtime Description
Provides APIs for viewing the detailed outcomes and metrics of Batch job executions.

Version:
1.0

Skip navigation links

Overview
Package
Class
Use
Tree
Deprecated
Index
Help

Prev Package
Next Package

Frames
No Frames

Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

Published 133 original articles · praised 191 · 20,000+ views

Guess you like

Origin blog.csdn.net/blog_programb/article/details/105688097