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