|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JDBCServicesConnectionManagementInterface
The JDBCServicesConnectionManagementInterface interface provides the public abstract methods that must implement those classes that can be used as database connection providers.
Method Summary | |
---|---|
void |
disconnect(Hashtable connProperties,
java.sql.Connection connection)
Closes the database connection or releases it to be used by other application. |
java.sql.Connection |
requestConnection(Hashtable connProperties)
Returns a database connection, a java.sql.Connection instance, if there is one of them available in the pool of connections. |
boolean |
verifyConnection(java.sql.Connection aConnection)
Returns true if the database connection is ready to be used and false if the database connection has been closed or it has been considered as an orphan connection by the connection pooling implementation. |
Method Detail |
---|
void disconnect(Hashtable connProperties, java.sql.Connection connection) throws DSESQLException, DSEException
connProperties
- com.ibm.btt.base.Hashtableconnection
- java.sql.Connection
DSESQLException
DSEException
java.sql.Connection requestConnection(Hashtable connProperties) throws DSESQLException, DSEException
connProperties
- com.ibm.btt.base.Hashtable
DSESQLException
DSEException
boolean verifyConnection(java.sql.Connection aConnection) throws DSESQLException, DSEException
aConnection
- java.sql.Connection
DSESQLException
DSEException
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |