Package org.apache.roller.weblogger.business.runnable

Examples of org.apache.roller.weblogger.business.runnable.RollerTask


    public void testTaskLockCRUD() throws Exception {
       
        ThreadManager mgr = WebloggerFactory.getWeblogger().getThreadManager();
       
        // need a test task to play with
        RollerTask task = new TestTask();
       
        // try to acquire a lock
        assertTrue(mgr.registerLease(task));
        TestUtils.endSession(true);
       
View Full Code Here

TOP

Related Classes of org.apache.roller.weblogger.business.runnable.RollerTask

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.