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/FCFSRandomClusterLocalPlugin.java

    r478 r481  
    11package example.localplugin; 
    22 
    3 import gridsim.Gridlet; 
     3import gridsim.gssim.DCWormsTags; 
    44 
    55import java.util.List; 
     
    4747                                TaskInterface<?> task = (TaskInterface<?>) job; 
    4848                                // if status of the tasks in READY 
    49                                 if (task.getStatus() == Gridlet.READY) { 
     49                                if (task.getStatus() == DCWormsTags.READY) { 
    5050                                        /*for(ResourceUnitName key:resManager.getSharedResourceUnits().keySet()){ 
    5151                                                System.out.println(key.getName()); 
Note: See TracChangeset for help on using the changeset viewer.