|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConnectionPoolInterface
Questa interfaccia descrive i metodi che un pool di connessioni generico deve mettere a disposizione
Method Summary | |
---|---|
java.sql.Connection |
getConnection()
Ritorna una connessione dal pool |
void |
release()
Questa |
Method Detail |
---|
java.sql.Connection getConnection() throws java.sql.SQLException
Connection
- L'oggetto Connection ritornato dal pool
java.sql.SQLException
void release() throws java.sql.SQLException
java.sql.SQLException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |