com.infoengine.jdbc
Class JDBCOracleConnCache

java.lang.Object
  extended bycom.infoengine.jdbc.JDBCOracleConnCache

public class JDBCOracleConnCache
extends Object


Constructor Summary
JDBCOracleConnCache()
           
 
Method Summary
static Connection getConnectionFromDS(String url, String user, String passwd, int maxContextCacheSize)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDBCOracleConnCache

public JDBCOracleConnCache()
Method Detail

getConnectionFromDS

public static Connection getConnectionFromDS(String url,
                                             String user,
                                             String passwd,
                                             int maxContextCacheSize)
                                      throws SQLException,
                                             IEAdapterException
Throws:
SQLException
IEAdapterException