- Timestamp:
- 10/08/12 10:23:45 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/trunk/src/example/localplugin/FCFSEnergyAwareClusterLocalPlugin.java
r478 r481 1 1 package example.localplugin; 2 2 3 import gridsim. Gridlet;3 import gridsim.gssim.DCWormsTags; 4 4 5 5 import java.util.ArrayList; … … 26 26 } 27 27 28 public SchedulingPlanInterface schedule(SchedulingEvent event, TaskQueueList queues, JobRegistry jobRegistry,28 public SchedulingPlanInterface<?> schedule(SchedulingEvent event, TaskQueueList queues, JobRegistry jobRegistry, 29 29 ResourceManager resManager, ModuleList modules) { 30 30 … … 45 45 TaskInterface<?> task = (TaskInterface<?>) job; 46 46 // if status of the tasks in READY 47 if (task.getStatus() == Gridlet.READY) {47 if (task.getStatus() == DCWormsTags.READY) { 48 48 49 49 String nodeName = chooseProviderForExecution(resourceManager, task);
Note: See TracChangeset
for help on using the changeset viewer.