Package org.chiba.xml.xforms

Examples of org.chiba.xml.xforms.ChibaBean.shutdown()


         * @see javax.servlet.http.HttpSessionBindingListener#valueUnbound
         */
        public void valueUnbound(HttpSessionBindingEvent arg0) {
            ChibaBean chiba = (ChibaBean)chibaBeansCache.remove(key);
            try {
                chiba.shutdown();
            } catch (XFormsException e) {
                logger.debug(e.getMessage(), e);
            }
        }
    }
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.