| Package | Description |
|---|---|
| org.apache.activemq.broker.scheduler |
The Message Scheduler for delayed (or scheduled) message delivery
|
| org.apache.activemq.broker.scheduler.memory | |
| org.apache.activemq.store.kahadb.scheduler |
| 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) |
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryJob
A simple in memory Job POJO.
|
| Modifier and Type | Method and Description |
|---|---|
List<Job> |
InMemoryJobScheduler.getAllJobs() |
List<Job> |
InMemoryJobScheduler.getAllJobs(long start,
long finish) |
List<Job> |
InMemoryJobScheduler.getNextScheduleJobs() |
| Modifier and Type | Class and Description |
|---|---|
class |
JobImpl |
| Modifier and Type | Method and Description |
|---|---|
List<Job> |
JobSchedulerImpl.getAllJobs() |
List<Job> |
JobSchedulerImpl.getAllJobs(long start,
long finish) |
List<Job> |
JobSchedulerImpl.getNextScheduleJobs() |
Copyright © 2005–2015 FuseSource, Corp.. All rights reserved.