Changeset 1429 for DCWoRMS/branches
- Timestamp:
- 09/15/14 11:52:51 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/schedframe/resources/computing/profiles/energy/power/ui/NodePowerInterface.java
r1423 r1429 38 38 } 39 39 40 if(state == StandardPowerStateName.OFF || state == StandardPowerStateName.POWEROFF ){40 if(state == StandardPowerStateName.OFF || state == StandardPowerStateName.POWEROFF || state == StandardPowerStateName.BOOT){ 41 41 node.setStatus(ResourceStatus.UNAVAILABLE); 42 42 } 43 else if(state == StandardPowerStateName.ON || state == StandardPowerStateName.BOOT){43 else if(state == StandardPowerStateName.ON ){ 44 44 node.setStatus(ResourceStatus.FREE); 45 45 }
Note: See TracChangeset
for help on using the changeset viewer.