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