Ignore:
Timestamp:
11/08/12 12:43:02 (12 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/trunk/src/schedframe/scheduling/policy/AbstractManagementSystem.java

    r517 r579  
    5959                        ExecutionTimeEstimationPlugin execTimeEstPlugin, TaskQueueList queues) { 
    6060                 
    61                 this.name = entityName + "@" + providerId; 
     61                //this.name = entityName + "@" + providerId; 
     62                this.name = providerId; 
    6263                this.queues = queues; 
    6364                this.jobRegistry = new JobRegistryImpl(name); 
Note: See TracChangeset for help on using the changeset viewer.