00037 {
00038 super("ConsoleoutServerThread");
00039 this.connection = socket;
00040 this.console = console;
00041 this.configName = lastConfigName;
00042 this.configurations = configurations;
00043
00044
00045 try {
00046 this.connection.setSoTimeout(ConsoleConstants.CONNECTION_TIMEOUT);
00047 } catch (SocketException e) {
00048 logger.error("Unable to set socket option SO_TIMEOUT to" + ConsoleConstants.CONNECTION_TIMEOUT);
00049 }
00050 connections++;
00051 }