source:
xssim/src/schedframe/scheduling/plugin/grid/JobQueue.java
@
104
Revision 104, 283 bytes checked in by wojtekp, 13 years ago (diff) | |
---|---|
|
Rev | Line | |
---|---|---|
[104] | 1 | package schedframe.scheduling.plugin.grid; |
2 | ||
3 | import schedframe.scheduling.JobInterface; | |
4 | import schedframe.scheduling.Queue; | |
5 | ||
6 | /** | |
7 | * | |
8 | * @author Marcin Krystek | |
9 | * | |
10 | * @param <T> type of the native job representation | |
11 | */ | |
12 | public interface JobQueue<T> extends Queue<JobInterface<T>> { | |
13 | ||
14 | } |
Note: See TracBrowser
for help on using the repository browser.