LectureGame.Core
Class LG
java.lang.Object
LectureGame.Core.LG
public final class LG
- extends java.lang.Object
Created by IntelliJ IDEA.
User: olekrst
Date: 16.jan.2007
Time: 14:17:43
static final class containing constants.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MYSQL_ADDRESS
public static final java.lang.String MYSQL_ADDRESS
- See Also:
- Constant Field Values
MYSQL_USERNAME
public static final java.lang.String MYSQL_USERNAME
- See Also:
- Constant Field Values
MYSQL_PASSWORD
public static final java.lang.String MYSQL_PASSWORD
- See Also:
- Constant Field Values
SERVER_NAME
public static final java.lang.String SERVER_NAME
- See Also:
- Constant Field Values
SERVER_PORTNUMBER
public static final int SERVER_PORTNUMBER
- See Also:
- Constant Field Values
SERVER_MASTER_CLIENT_PORTNUMBER
public static final int SERVER_MASTER_CLIENT_PORTNUMBER
- See Also:
- Constant Field Values
SERVER_MAX_CONNECTIONS
public static final int SERVER_MAX_CONNECTIONS
- See Also:
- Constant Field Values
DEFAULT_QUESTION_TIMELIMIT
public static final java.lang.String DEFAULT_QUESTION_TIMELIMIT
- See Also:
- Constant Field Values
MAX_NUMBER_OF_FIELDS_IN_MSG
public static final int MAX_NUMBER_OF_FIELDS_IN_MSG
- See Also:
- Constant Field Values
LOGGING_LEVEL
public static final int LOGGING_LEVEL
- See Also:
- Constant Field Values
SERVER_ENABLE_GUI
public static final boolean SERVER_ENABLE_GUI
- See Also:
- Constant Field Values
ENABLE_DEVELOPERMENUES
public static final boolean ENABLE_DEVELOPERMENUES
- See Also:
- Constant Field Values
GAMEMODE_BEAT_THE_SCORE
public static final int GAMEMODE_BEAT_THE_SCORE
- See Also:
- Constant Field Values
GAMEMODE_LAST_MAN_STANDING
public static final int GAMEMODE_LAST_MAN_STANDING
- See Also:
- Constant Field Values
STATE_NO_CONNECTIONS
public static final int STATE_NO_CONNECTIONS
- See Also:
- Constant Field Values
STATE_CONNECTED
public static final int STATE_CONNECTED
- See Also:
- Constant Field Values
STATE_WAITING_REPLY
public static final int STATE_WAITING_REPLY
- See Also:
- Constant Field Values
STATE_PUSH_QUESTION
public static final int STATE_PUSH_QUESTION
- See Also:
- Constant Field Values
STATE_PING
public static final int STATE_PING
- See Also:
- Constant Field Values
STATE_END_OF_ROUND
public static final int STATE_END_OF_ROUND
- See Also:
- Constant Field Values
STATE_END_OF_LECTURE
public static final int STATE_END_OF_LECTURE
- See Also:
- Constant Field Values
STATE_NEW_LECTURE
public static final int STATE_NEW_LECTURE
- See Also:
- Constant Field Values
ERROR_LOGIN_OK
public static final int ERROR_LOGIN_OK
- See Also:
- Constant Field Values
ERROR_USER_EXIST_WRONG_PW
public static final int ERROR_USER_EXIST_WRONG_PW
- See Also:
- Constant Field Values
ERROR_UNKNOWN_USER
public static final int ERROR_UNKNOWN_USER
- See Also:
- Constant Field Values
ERROR_USERNAME_ALLREADY_EXISTS
public static final int ERROR_USERNAME_ALLREADY_EXISTS
- See Also:
- Constant Field Values
PROT_STARTED_STEP1
public static final int PROT_STARTED_STEP1
- See Also:
- Constant Field Values
PROT_STARTED_STEP2
public static final int PROT_STARTED_STEP2
- See Also:
- Constant Field Values
PROT_ENDED_STEP1
public static final int PROT_ENDED_STEP1
- See Also:
- Constant Field Values
PROT_ENDED_STEP2
public static final int PROT_ENDED_STEP2
- See Also:
- Constant Field Values
QUESTIONSTATE_NOT_FINAL
public static final int QUESTIONSTATE_NOT_FINAL
- See Also:
- Constant Field Values
QUESTIONSTATE_FINAL_IN_ROUND
public static final int QUESTIONSTATE_FINAL_IN_ROUND
- See Also:
- Constant Field Values
QUESTIONSTATE_FINAL_IN_LECTURE
public static final int QUESTIONSTATE_FINAL_IN_LECTURE
- See Also:
- Constant Field Values
LG
public LG()