com.waveset.adapter
Class OraclePoolBroker

java.lang.Object
  extended bycom.waveset.adapter.OraclePoolBroker

public class OraclePoolBroker
extends java.lang.Object


Field Summary
static java.lang.String code_id
           
 
Method Summary
 java.sql.Connection getConnection(Resource r)
           
static OraclePoolBroker getInstance()
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

code_id

public static final java.lang.String code_id
See Also:
Constant Field Values
Method Detail

getInstance

public static OraclePoolBroker getInstance()

shutdown

public void shutdown()

getConnection

public java.sql.Connection getConnection(Resource r)
                                  throws java.sql.SQLException,
                                         java.lang.Exception
Throws:
java.sql.SQLException
java.lang.Exception