|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.webdocwf.util.loader.ReturnCode
public class ReturnCode
ReturnCode - If some element of loadjobs fails, the java.exe has to return a ReturnCode to the environment.
Field Summary | |
---|---|
static boolean |
isParameter
|
Constructor Summary | |
---|---|
ReturnCode()
|
Method Summary | |
---|---|
static int |
getDefaultErrorReturnCode()
Read default error return code |
static int |
getErrorReturnCode()
Read current error return code |
static int |
getOKReturnCode()
Read return code for normal end of java program |
static void |
setDefaultErrorReturnCode(int code)
Set default error return code. |
static void |
setErrorReturnCode(int code)
Set current error return code. |
static void |
setOKReturnCode(int code)
Set return code for normal end of program. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static boolean isParameter
Constructor Detail |
---|
public ReturnCode()
Method Detail |
---|
public static int getOKReturnCode()
public static void setOKReturnCode(int code)
code
- is new value of return code.public static int getErrorReturnCode()
public static void setErrorReturnCode(int code)
code
- is new value of return code.public static int getDefaultErrorReturnCode()
public static void setDefaultErrorReturnCode(int code)
code
- is new value of default return code.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |