Ignore:
Timestamp:
06/18/14 14:06:49 (11 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/schedframe/scheduling/manager/tasks/AbstractJobRegistry.java

    r1374 r1385  
    2020 
    2121 
    22 public abstract class AbstractJobRegistry /*extends ConcurrentHashMap<String, Job>*/ implements JobRegistry, Cloneable{ 
     22public abstract class AbstractJobRegistry /*extends ConcurrentHashMap<String, Job>*/ implements JobRegistry{ 
    2323         
    2424         
     
    135135                        data[1] = new String(taskId); 
    136136                        data[2] = choosenResources; 
    137                         DataCenterWorkloadSimulator.getEventManager().sendToAllSchedulers(0, DCWormsTags.TASK_MOVE, data); 
     137                        DataCenterWorkloadSimulator.getEventManager().sendToAllSchedulers(0, DCWormsTags.TASK_MIGRATE, data); 
    138138                        return true;     
    139139                } 
Note: See TracChangeset for help on using the changeset viewer.