LectureGame.Test.network_stresstest
Class Constants

java.lang.Object
  extended by LectureGame.Test.network_stresstest.Constants

final class Constants
extends java.lang.Object

Constants for use in the parser methods in the playeAgent class.


Field Summary
(package private) static int LOGGED_IN
           
(package private) static int MAX_NUMBER_OF_FIELDS_IN_MSG
           
(package private) static int PROT_ENDED_STEP1
           
(package private) static int PROT_ENDED_STEP2
           
(package private) static int PROT_STARTED_STEP1
           
(package private) static int PROT_STARTED_STEP2
           
(package private) static java.lang.String SERVER_ADDRESS
           
(package private) static int SERVER_PORTNUMBER
           
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVER_ADDRESS

static final java.lang.String SERVER_ADDRESS
See Also:
Constant Field Values

SERVER_PORTNUMBER

static final int SERVER_PORTNUMBER
See Also:
Constant Field Values

LOGGED_IN

static final int LOGGED_IN
See Also:
Constant Field Values

PROT_STARTED_STEP1

static final int PROT_STARTED_STEP1
See Also:
Constant Field Values

PROT_STARTED_STEP2

static final int PROT_STARTED_STEP2
See Also:
Constant Field Values

PROT_ENDED_STEP1

static final int PROT_ENDED_STEP1
See Also:
Constant Field Values

PROT_ENDED_STEP2

static final int PROT_ENDED_STEP2
See Also:
Constant Field Values

MAX_NUMBER_OF_FIELDS_IN_MSG

static final int MAX_NUMBER_OF_FIELDS_IN_MSG
See Also:
Constant Field Values
Constructor Detail

Constants

Constants()