Package | Description |
---|---|
org.apache.activemq.broker.scheduler |
The Message Scheduler for delayed (or scheduled) message delivery
|
org.apache.activemq.store.kahadb.scheduler |
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) |
Modifier and Type | Class and Description |
---|---|
class |
JobImpl |
Copyright © 2005-2014 Red Hat, Inc.. All Rights Reserved.