LectureGame.Test.network_stresstest
Class NamesPasswords

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

final class NamesPasswords
extends java.lang.Object

Created by IntelliJ IDEA. User: olekrst Date: 04.apr.2007 Time: 10:47:00 This class contains screen names for use by the player agents, as well as the password used by them. It is possible to add a suffix (e.g. an int) to make the names unique if more agents than the availiable names dictate are needed.


Field Summary
static java.lang.String[] names
           
static java.lang.String password
           
 
Constructor Summary
NamesPasswords()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

password

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

names

public static final java.lang.String[] names
Constructor Detail

NamesPasswords

NamesPasswords()