Package | Description |
---|---|
org.apache.sling.event.impl.jobs.scheduling |
Modifier and Type | Field and Description |
---|---|
ScheduledJobInfoImpl |
ScheduledJobHandler.Holder.info |
Modifier and Type | Method and Description |
---|---|
ScheduledJobInfoImpl |
ScheduledJobHandler.addOrUpdateJob(String jobTopic,
Map<String,Object> jobProperties,
String scheduleName,
boolean suspend,
List<ScheduleInfoImpl> scheduleInfos)
Write a scheduled job to the resource tree.
|
Modifier and Type | Method and Description |
---|---|
JobBuilder.ScheduleBuilder |
JobSchedulerImpl.createJobBuilder(ScheduledJobInfoImpl info)
Create a schedule builder for a currently scheduled job
|
void |
ScheduledJobHandler.remove(ScheduledJobInfoImpl info)
Remove a scheduled job
|
void |
JobSchedulerImpl.scheduleJob(ScheduledJobInfoImpl info)
Add a scheduled job
|
void |
JobSchedulerImpl.setSuspended(ScheduledJobInfoImpl info,
boolean flag)
Change the suspended flag for a scheduled job
|
void |
JobSchedulerImpl.unscheduleJob(ScheduledJobInfoImpl info)
Remove a scheduled job
|
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.