|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.core.enums.AbstractLabeledEnum
org.springframework.core.enums.AbstractGenericLabeledEnum
org.springframework.core.enums.ShortCodedLabeledEnum
org.springframework.core.closure.support.ProcessStatus
public class ProcessStatus
Enumeration of possible process statuses.
Field Summary | |
---|---|
static ProcessStatus |
COMPLETED
Process has completed. |
static ProcessStatus |
CREATED
Process created. |
static ProcessStatus |
RESET
Process has been reset. |
static ProcessStatus |
RUNNING
Process is running. |
static ProcessStatus |
STOPPED
Process has stopped. |
Fields inherited from interface org.springframework.core.enums.LabeledEnum |
---|
CODE_ORDER, DEFAULT_ORDER, LABEL_ORDER |
Method Summary |
---|
Methods inherited from class org.springframework.core.enums.ShortCodedLabeledEnum |
---|
getCode, getShortCode |
Methods inherited from class org.springframework.core.enums.AbstractGenericLabeledEnum |
---|
getLabel |
Methods inherited from class org.springframework.core.enums.AbstractLabeledEnum |
---|
compareTo, equals, getType, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final ProcessStatus CREATED
public static final ProcessStatus RUNNING
public static final ProcessStatus STOPPED
public static final ProcessStatus COMPLETED
public static final ProcessStatus RESET
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |