Package | Description |
---|---|
org.apache.activemq.broker.scheduler |
Modifier and Type | Class and Description |
---|---|
class |
JobImpl |
Modifier and Type | Method and Description |
---|---|
List<Job> |
JobSchedulerFacade.getAllJobs() |
List<Job> |
JobScheduler.getAllJobs()
Get all the outstanding Jobs
|
List<Job> |
JobSchedulerFacade.getAllJobs(long start,
long finish) |
List<Job> |
JobScheduler.getAllJobs(long start,
long finish)
Get all outstanding jobs due to run between start and finish
|
List<Job> |
JobSchedulerFacade.getNextScheduleJobs() |
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–2016 The Apache Software Foundation. All rights reserved.