}
}
// Mutiplied the idleTimeoutInSeconds by 1000 to convert to milliseconds
com.sun.corba.ee.spi.orbutil.threadpool.ThreadPool threadpool =
new ThreadPoolImpl(minThreads, maxThreads,
idleTimeoutInSeconds * 1000, threadpoolId,
ApplicationServer.getServerContext().getCommonClassLoader());
// Add the threadpool instance to the threadpoolList