Package railo.runtime.thread

Examples of railo.runtime.thread.ChildSpoolerTask


        ct.start();
      }
      else {
        ChildThreadImpl ct = new ChildThreadImpl((PageContextImpl) pc,currentPage,name,threadIndex,attrs,true);
        ct.setPriority(priority);
        ((ConfigImpl)pc.getConfig()).getSpoolerEngine().add(new ChildSpoolerTask(ct,plans));
      }
     
    }
    catch (Throwable t) {
      throw Caster.toPageException(t);
View Full Code Here

TOP

Related Classes of railo.runtime.thread.ChildSpoolerTask

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.