| Package | Description |
|---|---|
| com.lhkbob.entreri.task |
| Modifier and Type | Class and Description |
|---|---|
class |
ElapsedTimeResult
ElapsedTimeResult is a utility result that can be used to report and received the
amount of elapsed time between executions of a job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Job.report(Result r)
Report the given result instance to all tasks yet to be executed by this job, that
have declared a public method named 'report' that takes a Result sub-type that is
compatible with r's type.
|
Copyright © 2013. All Rights Reserved.