Revision 539,
364 bytes
checked in by wojtekp, 12 years ago
(diff) |
|
-
Property svn:mime-type set to
text/plain
|
Rev | Line | |
---|
[477] | 1 | package schedframe.scheduling; |
---|
| 2 | |
---|
[539] | 3 | import dcworms.schedframe.scheduling.ExecTask; |
---|
| 4 | import schedframe.scheduling.tasks.JobInterface; |
---|
[477] | 5 | import schedframe.scheduling.tasks.TaskInterface; |
---|
| 6 | |
---|
[539] | 7 | public interface WorkloadUnitHandler{ |
---|
[477] | 8 | |
---|
[539] | 9 | public void handleJob(JobInterface<?> job); |
---|
[477] | 10 | |
---|
| 11 | public void handleTask(TaskInterface<?> task); |
---|
| 12 | |
---|
| 13 | public void handleExecutable(ExecTask task); |
---|
[539] | 14 | |
---|
[477] | 15 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.