Uses of Class
org.apache.uima.ducc.rm.scheduler.JobManagerUpdate

Packages that use JobManagerUpdate
org.apache.uima.ducc.rm   
org.apache.uima.ducc.rm.scheduler   
 

Uses of JobManagerUpdate in org.apache.uima.ducc.rm
 

Methods in org.apache.uima.ducc.rm with parameters of type JobManagerUpdate
 org.apache.uima.ducc.transport.event.RmStateDuccEvent JobManagerConverter.createState(JobManagerUpdate jmu)
          Here's where we make a IRmStateEvent from the JobManagerUpdate so the caller can publish it.
 

Uses of JobManagerUpdate in org.apache.uima.ducc.rm.scheduler
 

Methods in org.apache.uima.ducc.rm.scheduler that return JobManagerUpdate
 JobManagerUpdate Scheduler.schedule()
          We first accept any changes and requests from the outside world and place them where they can be acted on in this epoch.
 JobManagerUpdate ISchedulerMain.schedule()
           
 

Methods in org.apache.uima.ducc.rm.scheduler with parameters of type JobManagerUpdate
 org.apache.uima.ducc.transport.event.rm.IRmStateEvent IJobManager.createState(JobManagerUpdate jmu)
           
 



Copyright © 2012–2014 The Apache Software Foundation. All rights reserved.