Package org.apache.roller.business.runnable

Examples of org.apache.roller.business.runnable.ThreadManagerImpl


    /**
     * @see org.apache.roller.model.Roller#getThreadManager()
     */
    public ThreadManager getThreadManager() throws RollerException {
        if (threadManager == null) {
            threadManager = new ThreadManagerImpl();
        }
        return threadManager;
    }
View Full Code Here

TOP

Related Classes of org.apache.roller.business.runnable.ThreadManagerImpl

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.