Examples of RackContext


Examples of org.jruby.rack.RackContext

        this.factory = qmf;
    }
   
    public void contextInitialized(ServletContextEvent event) {
        final ServletContext servletContext = event.getServletContext();
        RackContext rackContext = (RackContext) servletContext.getAttribute(RackApplicationFactory.RACK_CONTEXT);

        try {
            QueueManager qm = newQueueManagerFactory().newQueueManager();
            qm.init(rackContext);
            servletContext.setAttribute(QueueManager.MGR_KEY, qm);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.