Revision 104,
729 bytes
checked in by wojtekp, 13 years ago
(diff) |
|
-
Property svn:mime-type set to
text/plain
|
Rev | Line | |
---|
[104] | 1 | package schedframe.scheduling.plugin.local; |
---|
| 2 | |
---|
| 3 | import schedframe.scheduling.events.SchedulingEvent; |
---|
| 4 | import schedframe.scheduling.events.SchedulingResponseType; |
---|
| 5 | import schedframe.scheduling.plugin.grid.ModuleList; |
---|
| 6 | import test.rewolucja.resources.manager.interfaces.ResourceManagerInterface; |
---|
| 7 | import test.rewolucja.scheduling.JobRegistry; |
---|
| 8 | import test.rewolucja.scheduling.interfaces.SchedulingPlugin; |
---|
| 9 | import test.rewolucja.scheduling.queue.QueueList; |
---|
| 10 | |
---|
| 11 | |
---|
| 12 | public 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.