|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of JobStatistics in org.jmonks.batch.framework |
Methods in org.jmonks.batch.framework that return JobStatistics | |
abstract JobStatistics |
JobController.getJobStatistics()
Returns the statistics of this job. |
Methods in org.jmonks.batch.framework with parameters of type JobStatistics | |
abstract boolean |
Repository.logStatistics(JobStatistics statistics)
Logs the job statistics given in the form of JobStatistics object in the repository for further use/references. |
Uses of JobStatistics in org.jmonks.batch.framework.controller.basic |
Methods in org.jmonks.batch.framework.controller.basic that return JobStatistics | |
JobStatistics |
BasicJobController.getJobStatistics()
|
Uses of JobStatistics in org.jmonks.batch.framework.controller.pool |
Methods in org.jmonks.batch.framework.controller.pool that return JobStatistics | |
JobStatistics |
PoolJobController.getJobStatistics()
|
Uses of JobStatistics in org.jmonks.batch.framework.repository.db4o |
Methods in org.jmonks.batch.framework.repository.db4o with parameters of type JobStatistics | |
boolean |
Db4oRepository.logStatistics(JobStatistics statistics)
|
boolean |
Db4oJobStatisticsPredicate.match(JobStatistics statistics)
Method to run the the native query. |
Uses of JobStatistics in org.jmonks.batch.framework.repository.jdbc |
Methods in org.jmonks.batch.framework.repository.jdbc with parameters of type JobStatistics | |
boolean |
JdbcRepository.logStatistics(JobStatistics statistics)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |