Changeset 517 for DCWoRMS/trunk/src/schedframe/scheduling/manager/resources/LocalResourceManager.java
- Timestamp:
- 10/16/12 09:38:14 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/trunk/src/schedframe/scheduling/manager/resources/LocalResourceManager.java
r490 r517 29 29 import schedframe.resources.units.StandardResourceUnitName; 30 30 import schedframe.scheduling.Scheduler; 31 import schedframe.scheduling.plugin.local.ResourceAllocation Interface;32 33 34 public class LocalResourceManager implements ResourceAllocation Interface, ResourceManager {31 import schedframe.scheduling.plugin.local.ResourceAllocation; 32 33 34 public class LocalResourceManager implements ResourceAllocation, ResourceManager { 35 35 36 36 //private Log log = LogFactory.getLog(ResourceManager.class); … … 38 38 protected List<ComputingResource> computingResources; 39 39 protected List<Scheduler> schedulers; 40 //protected ResourceCharacteristics resourceCharacteristic;41 40 protected Map<ResourceUnitName, List<ResourceUnit>> resourceUnits; 42 41
Note: See TracChangeset
for help on using the changeset viewer.