source: xssim/trunk/src/schedframe/scheduling/plugin/grid/JobQueue.java @ 104

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