|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Job | |
|---|---|
| org.apache.activemq.broker.scheduler | The Message Scheduler for delayed (or scheduled) message delivery |
| Uses of Job in org.apache.activemq.broker.scheduler |
|---|
| Methods in org.apache.activemq.broker.scheduler that return types with arguments of type Job | |
|---|---|
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 |
| Methods in org.apache.activemq.broker.scheduler with parameters of type Job | |
|---|---|
protected void |
SchedulerBroker.sendScheduledJob(ConnectionContext context,
Job job,
ActiveMQDestination replyTo)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||