Package | Description |
---|---|
nl.knaw.dans.rs.aggregator.schedule |
Classes and interfaces for scheduling job execution.
|
Modifier and Type | Class and Description |
---|---|
class |
RunAtFixedRate
A
JobScheduler that executes its Job repeatedly at a fixed time. |
class |
RunOnceScheduler
A JobScheduler that runs a given
Job once. |
class |
RunWithFixedDelay
A JobScheduler that executes its
Job with a fixed delay between successive executions. |
Copyright © 2017. All rights reserved.