Package com.ecyrd.jspwiki.util

Examples of com.ecyrd.jspwiki.util.WikiBackgroundThread


     */
    public synchronized void reload()
    {
        if( m_updater == null )
        {
            m_updater = new WikiBackgroundThread(m_engine, 0) {
                int m_count;
                int m_max;

                public void startupTask() throws Exception
                {
View Full Code Here

TOP

Related Classes of com.ecyrd.jspwiki.util.WikiBackgroundThread

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.