Package com.knowgate.jdc

Examples of com.knowgate.jdc.JDCConnectionPool


        throw new NumberFormatException("connectiontimeout property at "+sProfile+".cnf must be greater than 1000 miliseconds");
      }

      // ***************************************************************

      oConnPool = new JDCConnectionPool(this,
                                        oProfEnvProps.getProperty("dburl"),
                                        oProfEnvProps.getProperty("dbuser"),
                                        oProfEnvProps.getProperty("dbpassword"),
                                        iPoolSize,iMaxConns,iLoginTimeout,iConnectionTimeout);

View Full Code Here

TOP

Related Classes of com.knowgate.jdc.JDCConnectionPool

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.