Changeset 1362 for DCWoRMS/branches/coolemall/src/schedframe/scheduling/policy/global/GlobalManagementSystem.java
- Timestamp:
- 06/03/14 15:12:11 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/schedframe/scheduling/policy/global/GlobalManagementSystem.java
r1357 r1362 71 71 } 72 72 73 public void notifySubmittedWorkloadUnit(WorkloadUnit wu , boolean ack) {73 public void notifySubmittedWorkloadUnit(WorkloadUnit wu) { 74 74 if (!pluginSupportsEvent(GridSimTags.GRIDLET_SUBMIT)) { 75 75 log.error("Plugin " + schedulingPlugin.getClass()
Note: See TracChangeset
for help on using the changeset viewer.