- Timestamp:
- 10/31/12 13:52:06 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/trunk/build/classes/example/globalplugin/GridFCFSRandomPlugin.java
r477 r539 53 53 54 54 for(int i = 0; i < size; i++) { 55 WorkloadUnit <?>job = q.remove(0);55 WorkloadUnit job = q.remove(0); 56 56 TaskInterface<?> task = (TaskInterface<?>)job; 57 57 … … 75 75 } 76 76 77 78 public String getName() {79 return getClass().getName();80 }81 82 public void init(Properties properties) {83 // no extra initialization is expected.84 }85 86 77 }
Note: See TracChangeset
for help on using the changeset viewer.