|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Job | |
---|---|
org.apache.activemq.broker.scheduler |
Uses of Job in org.apache.activemq.broker.scheduler |
---|
Classes in org.apache.activemq.broker.scheduler that implement Job | |
---|---|
class |
JobImpl
|
Methods in org.apache.activemq.broker.scheduler that return types with arguments of type Job | |
---|---|
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 |
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 |