- Timestamp:
- 11/30/12 10:23:59 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/trunk/src/test/article/recs/plugins/scheduling/RecsExclusivenessSP.java
r656 r679 1 1 package test.article.recs.plugins.scheduling; 2 3 import gridsim.dcworms.DCWormsTags; 2 4 3 5 import java.util.ArrayList; … … 24 26 import schedframe.scheduling.queue.TaskQueueList; 25 27 import schedframe.scheduling.tasks.TaskInterface; 26 import example.localplugin.BaseLocalSchedulingPlugin;27 import gridsim.dcworms.DCWormsTags;28 28 29 public class RecsExclusivenessSP extends BaseLocalSchedulingPlugin{29 public class RecsExclusivenessSP extends RecsSP { 30 30 31 31 public SchedulingPlanInterface<?> schedule(SchedulingEvent event, TaskQueueList queues, JobRegistry jobRegistry, … … 46 46 for (int i = 0; i < q.size(); i++) { 47 47 TaskInterface<?> task = q.get(i); 48 initApplicationType(task); 49 48 50 // if status of the tasks in READY 49 51 if (task.getStatus() == DCWormsTags.READY) {
Note: See TracChangeset
for help on using the changeset viewer.