Package com.icegreen.greenmail.util

Examples of com.icegreen.greenmail.util.ThreadPool


            workers[i] = new SmtpThreadPoolWorker(new SmtpHandler(new SmtpCommandRegistry(),
                managers.getSmtpManager(), new InMemoryWorkspace()));
            workers[i].setName(this.getProtocol() + " Thread Pool Worker " + i);
        }

        threadPool = new ThreadPool(workers);
    }
View Full Code Here

TOP

Related Classes of com.icegreen.greenmail.util.ThreadPool

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.