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

Legend:

Unmodified
Added
Removed
  • DCWoRMS/trunk/src/example/localplugin/FCFSEnergyAwareClusterLocalPlugin.java

    r478 r481  
    11package example.localplugin; 
    22 
    3 import gridsim.Gridlet; 
     3import gridsim.gssim.DCWormsTags; 
    44 
    55import java.util.ArrayList; 
     
    2626        } 
    2727 
    28         public SchedulingPlanInterface schedule(SchedulingEvent event, TaskQueueList queues, JobRegistry jobRegistry, 
     28        public SchedulingPlanInterface<?> schedule(SchedulingEvent event, TaskQueueList queues, JobRegistry jobRegistry, 
    2929                        ResourceManager resManager, ModuleList modules) { 
    3030 
     
    4545                                TaskInterface<?> task = (TaskInterface<?>) job; 
    4646                                // if status of the tasks in READY 
    47                                 if (task.getStatus() == Gridlet.READY) { 
     47                                if (task.getStatus() == DCWormsTags.READY) { 
    4848 
    4949                                        String nodeName = chooseProviderForExecution(resourceManager, task); 
Note: See TracChangeset for help on using the changeset viewer.