- Timestamp:
- 10/16/12 09:38:14 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/trunk/src/schedframe/scheduling/policy/AbstractManagementSystem.java
r493 r517 26 26 import schedframe.scheduling.plugin.estimation.ExecutionTimeEstimationPlugin; 27 27 import schedframe.scheduling.plugin.grid.ModuleList; 28 import schedframe.scheduling.plugin.local.ResourceAllocation Interface;28 import schedframe.scheduling.plugin.local.ResourceAllocation; 29 29 import schedframe.scheduling.queue.TaskQueue; 30 30 import schedframe.scheduling.queue.TaskQueueList; … … 104 104 } 105 105 106 public ResourceAllocation InterfacegetAllocationManager() {107 if (resourceManager instanceof ResourceAllocation Interface)108 return (ResourceAllocation Interface) resourceManager;106 public ResourceAllocation getAllocationManager() { 107 if (resourceManager instanceof ResourceAllocation) 108 return (ResourceAllocation) resourceManager; 109 109 else 110 110 return null;
Note: See TracChangeset
for help on using the changeset viewer.