public interface ICronService
| Modifier and Type | Method and Description |
|---|---|
<T> jadex.commons.future.ISubscriptionIntermediateFuture<T> |
addJob(CronJob<T> job)
Add a schedule job.
|
jadex.commons.future.IFuture<java.lang.Boolean> |
containsJob(java.lang.String jobid)
Test if a job is scheduled with an id.
|
jadex.commons.future.IFuture<java.lang.Void> |
removeJob(java.lang.String jobid)
Remove a schedule job.
|
<T> jadex.commons.future.ISubscriptionIntermediateFuture<T> addJob(CronJob<T> job)
job - The cron job.jadex.commons.future.IFuture<java.lang.Void> removeJob(java.lang.String jobid)
jobid - The jobid.jadex.commons.future.IFuture<java.lang.Boolean> containsJob(java.lang.String jobid)
jobid - The jobid.