Uses of Interface
org.apache.activemq.broker.scheduler.Job
-
Packages that use Job Package Description org.apache.activemq.broker.scheduler The Message Scheduler for delayed (or scheduled) message deliveryorg.apache.activemq.broker.scheduler.memory org.apache.activemq.store.kahadb.scheduler -
-
Uses of Job in org.apache.activemq.broker.scheduler
Methods in org.apache.activemq.broker.scheduler that return types with arguments of type Job Modifier and Type Method Description List<Job>
JobScheduler. getAllJobs()
Get all the outstanding JobsList<Job>
JobScheduler. getAllJobs(long start, long finish)
Get all outstanding jobs due to run between start and finishList<Job>
JobSchedulerFacade. getAllJobs()
List<Job>
JobSchedulerFacade. getAllJobs(long start, long finish)
List<Job>
JobScheduler. getNextScheduleJobs()
Get all the jobs scheduled to run nextList<Job>
JobSchedulerFacade. getNextScheduleJobs()
Methods in org.apache.activemq.broker.scheduler with parameters of type Job Modifier and Type Method Description protected void
SchedulerBroker. sendScheduledJob(ConnectionContext context, Job job, ActiveMQDestination replyTo)
-
Uses of Job in org.apache.activemq.broker.scheduler.memory
Classes in org.apache.activemq.broker.scheduler.memory that implement Job Modifier and Type Class Description class
InMemoryJob
A simple in memory Job POJO.Methods in org.apache.activemq.broker.scheduler.memory that return types with arguments of type Job Modifier and Type Method Description List<Job>
InMemoryJobScheduler. getAllJobs()
List<Job>
InMemoryJobScheduler. getAllJobs(long start, long finish)
List<Job>
InMemoryJobScheduler. getNextScheduleJobs()
-
Uses of Job in org.apache.activemq.store.kahadb.scheduler
Classes in org.apache.activemq.store.kahadb.scheduler that implement Job Modifier and Type Class Description class
JobImpl
Methods in org.apache.activemq.store.kahadb.scheduler that return types with arguments of type Job Modifier and Type Method Description List<Job>
JobSchedulerImpl. getAllJobs()
List<Job>
JobSchedulerImpl. getAllJobs(long start, long finish)
List<Job>
JobSchedulerImpl. getNextScheduleJobs()
-