Changeset 1440 for DCWoRMS/branches/coolemall/src/schedframe/scheduling/policy/AbstractManagementSystem.java
- Timestamp:
- 09/18/14 17:37:54 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/schedframe/scheduling/policy/AbstractManagementSystem.java
r1396 r1440 124 124 } 125 125 126 public boolean pluginSupportsEvent(int eventType){127 return true;128 }129 130 126 public TaskQueueList getQueues(){ 131 127 return queues;
Note: See TracChangeset
for help on using the changeset viewer.