- Timestamp:
- 10/08/12 10:23:45 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/trunk/src/schedframe/resources/computing/ResourceFactory.java
r477 r481 11 11 import schedframe.scheduling.policy.local.LocalManagementSystem; 12 12 import schedframe.scheduling.queue.TaskQueueList; 13 import simulator. WormsConstants;13 import simulator.DCWormsConstants; 14 14 15 15 … … 46 46 } 47 47 case LS: { 48 ms = new LocalManagementSystem(id, WormsConstants.MANAGEMENT_SYSTEM,48 ms = new LocalManagementSystem(id, DCWormsConstants.MANAGEMENT_SYSTEM, 49 49 schedulingPlugin, execTimeEstimationPlugin, queues); 50 50 return new Scheduler(ms, type, managedResources); … … 52 52 53 53 default:{ 54 ms = new LocalManagementSystem(id, WormsConstants.MANAGEMENT_SYSTEM,54 ms = new LocalManagementSystem(id, DCWormsConstants.MANAGEMENT_SYSTEM, 55 55 schedulingPlugin, execTimeEstimationPlugin, queues); 56 56 return new Scheduler(ms, type, managedResources);
Note: See TracChangeset
for help on using the changeset viewer.