- Timestamp:
- 11/08/12 12:43:02 (12 years ago)
- File:
-
- 1 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);
Note: See TracChangeset
for help on using the changeset viewer.