Changeset 1440 for DCWoRMS/branches/coolemall/src/gridsim
- Timestamp:
- 09/18/14 17:37:54 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/gridsim/dcworms/DCWormsTags.java
r1415 r1440 36 36 public static final int RESOURCE_STATE_CHANGED = DCWORMSBASE + 7; 37 37 38 public static final int POWER_LIMIT_EXCEEDED = DCWORMSBASE + 8;38 public static final int RESOURCE_POWER_STATE_CHANGED = DCWORMSBASE + 8; 39 39 40 public static final int TASK_PAUSE= DCWORMSBASE + 9;40 public static final int RESOURCE_POWER_LIMIT_EXCEEDED = DCWORMSBASE + 9; 41 41 42 public static final int TASK_ RESUME = DCWORMSBASE + 10;42 public static final int TASK_PAUSE = DCWORMSBASE + 10; 43 43 44 public static final int TASK_MIGRATE = DCWORMSBASE + 11; 44 public static final int TASK_RESUME = DCWORMSBASE + 11; 45 46 public static final int TASK_MIGRATE = DCWORMSBASE + 12; 45 47 46 public static final int TASK_MOVE = DCWORMSBASE + 1 2;48 public static final int TASK_MOVE = DCWORMSBASE + 13; 47 49 48 50 public static final int CREATED = 0;
Note: See TracChangeset
for help on using the changeset viewer.