Uses of Interface
org.apache.activemq.broker.scheduler.Job

Packages that use Job
org.apache.activemq.broker.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
 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)
           
 



Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.