|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spago.dbaccess.pool.NativePoolWrapper
Questa classe costituisce un Wrapper su pool di connessioni di tipo JDBC 2.0 e permette a un pool di connessioni di tipo jdbc 2.= nativo di essere utilizzato nel sottosistema di accesso ai dati
Constructor Summary | |
NativePoolWrapper(javax.sql.DataSource nativeConnectionPool)
|
Method Summary | |
java.sql.Connection |
getConnection()
Ritorna una connessione dal pool |
void |
release()
Questa |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NativePoolWrapper(javax.sql.DataSource nativeConnectionPool)
Method Detail |
public java.sql.Connection getConnection() throws java.sql.SQLException
getConnection
in interface ConnectionPoolInterface
java.sql.SQLException
public void release() throws java.sql.SQLException
ConnectionPoolInterface
release
in interface ConnectionPoolInterface
java.sql.SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |