Package | Description |
---|---|
javax.batch.runtime |
Provides APIs for viewing the detailed outcomes and metrics of Batch job executions.
|
javax.batch.runtime.context |
Provides APIs for context classes allowing data sharing across Batch artifacts within a job instance and within a step.
|
Modifier and Type | Method and Description |
---|---|
Metric[] |
StepExecution.getMetrics()
Get step metrics
|
Modifier and Type | Method and Description |
---|---|
Metric[] |
StepContext.getMetrics()
The getMetrics method returns an array of step level metrics.
|
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.