Package org.apache.torque.manager

Examples of org.apache.torque.manager.AbstractBaseManager.dispose()


            for (Iterator it = managers.entrySet().iterator(); it.hasNext();)
            {
                Map.Entry mentry = (Map.Entry)it.next();
               
                AbstractBaseManager manager = (AbstractBaseManager)mentry.getValue();
                manager.dispose();
                it.remove();
            }
        }

        // shut down the data source factories
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.