org.mftech.dawn.server.constants
Class DawnReturnCodes

java.lang.Object
  extended by org.mftech.dawn.server.constants.DawnReturnCodes

public class DawnReturnCodes
extends java.lang.Object


Field Summary
static int LOCK_SUCCESSFULL
           
static int LOCK_UNSUCCESSFULL_PARTLY_LOCKED
           
static int LOGIN_SUCCESSFULL
           
static int OPERATION_SUCCESSFULL
           
static int PROJECT_DOES_NOT_EXIT
           
static int PROJECT_STILL_EXISTS
           
static int UNLOCK_SUCCESSFULL
           
static int UNSPECIFIED_ERROR
           
static int USER_DOES_NOT_EXIST
           
static int USER_STILL_NOT_EXISTS
           
static int WRONG_PASSWORD
           
 
Constructor Summary
DawnReturnCodes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROJECT_STILL_EXISTS

public static final int PROJECT_STILL_EXISTS
See Also:
Constant Field Values

WRONG_PASSWORD

public static final int WRONG_PASSWORD
See Also:
Constant Field Values

USER_DOES_NOT_EXIST

public static final int USER_DOES_NOT_EXIST
See Also:
Constant Field Values

LOGIN_SUCCESSFULL

public static final int LOGIN_SUCCESSFULL
See Also:
Constant Field Values

OPERATION_SUCCESSFULL

public static final int OPERATION_SUCCESSFULL
See Also:
Constant Field Values

PROJECT_DOES_NOT_EXIT

public static final int PROJECT_DOES_NOT_EXIT
See Also:
Constant Field Values

UNSPECIFIED_ERROR

public static final int UNSPECIFIED_ERROR
See Also:
Constant Field Values

LOCK_UNSUCCESSFULL_PARTLY_LOCKED

public static final int LOCK_UNSUCCESSFULL_PARTLY_LOCKED
See Also:
Constant Field Values

LOCK_SUCCESSFULL

public static final int LOCK_SUCCESSFULL
See Also:
Constant Field Values

UNLOCK_SUCCESSFULL

public static final int UNLOCK_SUCCESSFULL
See Also:
Constant Field Values

USER_STILL_NOT_EXISTS

public static final int USER_STILL_NOT_EXISTS
See Also:
Constant Field Values
Constructor Detail

DawnReturnCodes

public DawnReturnCodes()