Ignore:
Timestamp:
10/08/12 10:23:45 (13 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/trunk/src/schedframe/scheduling/plugin/SchedulingPlugin.java

    r477 r481  
    33import schedframe.Plugin; 
    44import schedframe.events.scheduling.SchedulingEvent; 
    5 import schedframe.scheduling.WorkloadUnitListImpl; 
     5import schedframe.scheduling.TaskListImpl; 
    66import schedframe.scheduling.manager.resources.ResourceManager; 
    77import schedframe.scheduling.manager.tasks.JobRegistry; 
     
    1212public interface SchedulingPlugin extends Plugin{ 
    1313 
    14         public int placeJobsInQueues(WorkloadUnitListImpl newJobs, 
     14        public int placeTasksInQueues(TaskListImpl newTasks, 
    1515                        TaskQueueList queues,  
    1616                        ResourceManager resourceManager, ModuleList modules); 
Note: See TracChangeset for help on using the changeset viewer.