Methods Summary |
---|
public void | close()
|
public void | closeConnection(java.sql.Connection conn)
throw new UnsupportedOperationException("The user must supply a JDBC connection");
|
public void | configure(java.util.Properties props)
LogFactory.getLog(UserSuppliedConnectionProvider.class).warn("No connection properties specified - the user must supply JDBC connections");
|
public java.sql.Connection | getConnection()
throw new UnsupportedOperationException("The user must supply a JDBC connection");
|
public boolean | supportsAggressiveRelease()
return false;
|