source: DCWoRMS/branches/coolemall/src/schedframe/events/EventReason.java @ 1415

Revision 1415, 314 bytes checked in by wojtekp, 11 years ago (diff)
  • Property svn:mime-type set to text/plain
Line 
1package schedframe.events;
2
3public enum EventReason {
4       
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.