source: xssim/src/schedframe/scheduling/plugin/local/LocalSchedulingPlugin.java @ 104

Revision 104, 729 bytes checked in by wojtekp, 13 years ago (diff)
  • Property svn:mime-type set to text/plain
Line 
1package schedframe.scheduling.plugin.local;
2
3import schedframe.scheduling.events.SchedulingEvent;
4import schedframe.scheduling.events.SchedulingResponseType;
5import schedframe.scheduling.plugin.grid.ModuleList;
6import test.rewolucja.resources.manager.interfaces.ResourceManagerInterface;
7import test.rewolucja.scheduling.JobRegistry;
8import test.rewolucja.scheduling.interfaces.SchedulingPlugin;
9import test.rewolucja.scheduling.queue.QueueList;
10
11
12public interface LocalSchedulingPlugin extends SchedulingPlugin {
13
14        public SchedulingResponseType handleResourceAllocationViolation(SchedulingEvent event,
15                                        QueueList queues,
16                                        JobRegistry jobRegistry,
17                                        ResourceManagerInterface resourceManager, ModuleList modules);
18
19}
Note: See TracBrowser for help on using the repository browser.