Revision 104,
341 bytes
checked in by wojtekp, 13 years ago
(diff) |
|
-
Property svn:mime-type set to
text/plain
|
Line | |
---|
1 | package schedframe.scheduling.events; |
---|
2 | |
---|
3 | public enum SchedulingEventReason { |
---|
4 | //Reasons that caused given events |
---|
5 | UNKNOWN, |
---|
6 | |
---|
7 | //task-related |
---|
8 | //TASK_FAILED |
---|
9 | APP_FAILURE, |
---|
10 | SYSTEM_FAILURE, |
---|
11 | RESOURCE_FAILURE, |
---|
12 | |
---|
13 | //TASK_CANCELED |
---|
14 | RESERVATION_EXCEEDED, |
---|
15 | RESOURCES_EXCEEDED, |
---|
16 | |
---|
17 | //resource/provider-related |
---|
18 | TEMPORARY_FAILURE, |
---|
19 | PERMAMENT_FAILURE |
---|
20 | ; |
---|
21 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.