Changeset 509 for DCWoRMS/trunk/src/example/localplugin
- Timestamp:
- 10/11/12 16:31:09 (13 years ago)
- Location:
- DCWoRMS/trunk/src/example/localplugin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/trunk/src/example/localplugin/FCFSClusterLocalPlugin.java
r505 r509 153 153 } 154 154 155 public String getName() {156 return getClass().getName();157 }158 159 155 } -
DCWoRMS/trunk/src/example/localplugin/FCFS_BFLocalPlugin.java
r493 r509 22 22 case START_TASK_EXECUTION: 23 23 case TASK_FINISHED: 24 //case TIMER:25 24 26 25 // our tasks are placed only in first queue (see BaseLocalPlugin.placeJobsInQueues() method)
Note: See TracChangeset
for help on using the changeset viewer.