*
* @param poolsize the size of the <tt>ThreadPool</tt> used to handle
* incoming requests.
*/
public ModbusTCPListener(int poolsize) {
m_ThreadPool = new ThreadPool(poolsize);
//FPFtry {
m_Address = ""/*FPFInetAddress.getLocalHost()*/;
//FPF} catch (UnknownHostException ex) {
//FPF}