|
Oracle® Application Server XML Java API Reference 10g Release 3 (10.1.3) B28238-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.xml.xsql.XSQLDatasourceConnectionManager
Generic implementation of XSQLConnectionManager that uses JNDI to lookup a JDBC datasource from the container in which the XSQL servlet is running.
Constructor Summary | |
XSQLDatasourceConnectionManager() |
Method Summary | |
XSQLConnectionManager |
create() Needed to implement XSQLConnectionManagerFactory interface |
XSQLConnection |
getConnection(java.lang.String connName, XSQLPageRequest env) Needed to implement XSQLConnectionManager interface |
void |
releaseConnection(XSQLConnection theConn, XSQLPageRequest env) Needed to implement XSQLConnectionManager interface |
protected XSQLConnection |
wrapConnection(java.sql.Connection conn, java.lang.String name) |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XSQLDatasourceConnectionManager()
Method Detail |
public XSQLConnection getConnection(java.lang.String connName, XSQLPageRequest env) throws java.sql.SQLException
getConnection
in interface XSQLConnectionManager
java.sql.SQLException
protected XSQLConnection wrapConnection(java.sql.Connection conn, java.lang.String name)
public void releaseConnection(XSQLConnection theConn, XSQLPageRequest env)
releaseConnection
in interface XSQLConnectionManager
public XSQLConnectionManager create()
create
in interface XSQLConnectionManagerFactory
|
Oracle® Application Server XML Java API Reference 10g Release 3 (10.1.3) B28238-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |