Uses of Class
nablarch.fw.batch.progress.Progress
-
Uses of Progress in nablarch.fw.batch.progress
Modifier and TypeMethodDescriptionProcessedCountBasedProgressCalculator.calculate
(long processedCount) 処理済み件数を元に進捗を求める。ProgressCalculator.calculate
(long processedCount) 処理済み件数からバッチの進捗状況を求める。Modifier and TypeMethodDescriptionvoid
ProgressLogPrinter.print
(ProcessName processName, Progress progress) void
ProgressPrinter.print
(ProcessName processName, Progress progress) 進捗状況を出力する。