com.ibm.websphere.batch

Interface StepMetrics


  1. public interface StepMetrics
StepMetrics defines the interface for the step metrics Metric name can be one of the following: retry - number of times the step was retried clock - total clock time used by the step

Nested Class Summary

Modifier and Type Interface and Description
  1. static class
StepMetrics.MetricName

Method Summary

Modifier and Type Method and Description
  1. long
getMetric(StepMetrics.MetricName metricName)
Returns the value of the step metric specified

Method Detail

getMetric

  1. long getMetric(StepMetrics.MetricName metricName)
Returns the value of the step metric specified
Parameters:
metricName - - retry or clock
Returns:
metricValue