Changeset 579 for DCWoRMS/trunk/src/schedframe/scheduling
- Timestamp:
- 11/08/12 12:43:02 (12 years ago)
- Location:
- DCWoRMS/trunk/src/schedframe/scheduling/policy
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/trunk/src/schedframe/scheduling/policy/AbstractManagementSystem.java
r517 r579 59 59 ExecutionTimeEstimationPlugin execTimeEstPlugin, TaskQueueList queues) { 60 60 61 this.name = entityName + "@" + providerId; 61 //this.name = entityName + "@" + providerId; 62 this.name = providerId; 62 63 this.queues = queues; 63 64 this.jobRegistry = new JobRegistryImpl(name); -
DCWoRMS/trunk/src/schedframe/scheduling/policy/local/LocalManagementSystem.java
r555 r579 6 6 import eduni.simjava.Sim_system; 7 7 import gridsim.Accumulator; 8 import gridsim.GridSimTags;9 8 import gridsim.ResourceCalendar; 10 9 import gridsim.dcworms.DCWormsTags;
Note: See TracChangeset
for help on using the changeset viewer.