Package | Description |
---|---|
org.apache.activemq.broker.scheduler |
Modifier and Type | Class and Description |
---|---|
class |
JobImpl |
Modifier and Type | Method and Description |
---|---|
java.util.List<Job> |
JobSchedulerFacade.getAllJobs() |
java.util.List<Job> |
JobScheduler.getAllJobs()
Get all the outstanding Jobs
|
java.util.List<Job> |
JobSchedulerFacade.getAllJobs(long start,
long finish) |
java.util.List<Job> |
JobScheduler.getAllJobs(long start,
long finish)
Get all outstanding jobs due to run between start and finish
|
java.util.List<Job> |
JobSchedulerFacade.getNextScheduleJobs() |
java.util.List<Job> |
JobScheduler.getNextScheduleJobs()
Get all the jobs scheduled to run next
|
Modifier and Type | Method and Description |
---|---|
protected void |
SchedulerBroker.sendScheduledJob(ConnectionContext context,
Job job,
ActiveMQDestination replyTo) |
Copyright © 2005-2017. All Rights Reserved.