|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sf.classifier4J.bayesian.DataSourceJDBCConnectionManager
Constructor Summary | |
DataSourceJDBCConnectionManager(java.lang.String ctx)
|
Method Summary | |
java.sql.Connection |
getConnection()
|
java.lang.String |
getDatasourceContext()
|
void |
returnConnection(java.sql.Connection con)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DataSourceJDBCConnectionManager(java.lang.String ctx) throws javax.naming.NamingException, java.lang.IllegalArgumentException
Method Detail |
public java.lang.String getDatasourceContext()
public java.sql.Connection getConnection() throws java.sql.SQLException
getConnection
in interface IJDBCConnectionManager
java.sql.SQLException
IJDBCConnectionManager.getConnection()
public void returnConnection(java.sql.Connection con) throws java.sql.SQLException
returnConnection
in interface IJDBCConnectionManager
java.sql.SQLException
IJDBCConnectionManager.returnConnection(Connection con)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |