public interface StatusReporter
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
end(int doneCount,
int faultCount) |
void |
report(long dt,
int doneCount,
int faultCount,
int total) |
void |
reportException(Exception exception) |
void |
start() |
void start()
void report(long dt,
int doneCount,
int faultCount,
int total)
void reportException(Exception exception)
void end(int doneCount,
int faultCount)
Copyright © 2017. All rights reserved.