de.alysis.r.consoleout.ConsoleServerThread.ConsoleServerThread Socket  socket,
Console  console,
String  lastConfigName,
Map  configurations
 

Parameters:
socket 
console 
lastConfigName 
configurations 
00037                                                                                                               {
00038                 super("ConsoleoutServerThread");
00039                 this.connection = socket;
00040                 this.console = console;
00041                 this.configName = lastConfigName;
00042                 this.configurations = configurations;
00043 
00044                 // Timeout
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         }


Generated on Mon Jun 26 18:45:59 2006 for RSubmit by  doxygen 1.4.6