Ignore:
Timestamp:
08/01/13 10:18:08 (12 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/qcg/shared/constants/BrokerConstants.java

    r477 r1158  
    1717    public static final short IMPROVE_NOTIFICATION = 2; 
    1818     
    19     public static final long JOB_STATUS_UNCOMMITTED = 1; 
     19    public static final long JOB_STATUS_UNSUBMITTED = 1; 
    2020    public static final long JOB_STATUS_SUBMITTED = 2; 
    2121    public static final long JOB_STATUS_ACTIVE = 4; 
     
    2525    public static final long JOB_STATUS_SUSPENDED = 64; 
    2626    public static final long JOB_STATUS_BROKEN = 128; 
     27    public static final long JOB_STATUS_UNCOMMITTED = 256; 
    2728     
    2829    public static final long TASK_STATUS_UNSUBMITTED = 1; 
Note: See TracChangeset for help on using the changeset viewer.