Ver. 20060815
A B C D G H I K L M O P R S T V W

K

kill() - Method in class Server.Server
Kills the server by setting the alive boolean value to false, breaking out of main while loop
killAllModules() - Method in class Server.Server
Kills all of the modules on the server.
killClient(int) - Method in class Server.Server
Calls the selfDestruct() method of the ClientContainer to remove the Client with the given ID from the server.
killClientAuth(int, int) - Method in class Server.Server
Calls the selfDestruct() method of the ClientContainer to remove the Client with the given ID from thse server, this allows modules to pass their Challange key to disconnect themselves.
killModule(int) - Method in class Server.Server
Calls the selfDestruct() method of the ModuleContainer to remove the Module with the given ID from thse server.
killModuleAuth(int, int) - Method in class Server.Server
Calls the selfDestruct() method of the ModuleContainer to remove the Module with the given ID from thse server, this allows modules to pass their Challange key to disconnect themselves.

Ver. 20060815
A B C D G H I K L M O P R S T V W