|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.orbeon.oxf.resources.ResourceManagerBase
org.orbeon.oxf.resources.DBResourceManagerImpl
org.orbeon.oxf.resources.DataSourceResourceManagerImpl
Extends the DBResourceManagerImpl to support datasources.
DBResourceManagerImpl
Nested Class Summary |
Nested classes inherited from class org.orbeon.oxf.resources.ResourceManagerBase |
org.orbeon.oxf.resources.ResourceManagerBase.ResourceManagerXMLReader |
Constructor Summary | |
DataSourceResourceManagerImpl(Map props,
javax.sql.DataSource dataSource)
|
Method Summary | |
protected void |
closeConnection(Connection connection)
|
protected Connection |
getConnection()
|
Methods inherited from class org.orbeon.oxf.resources.DBResourceManagerImpl |
canWrite, getContentAsReader, getContentAsStream, getOutputStream, getRealPath, getWriter, lastModifiedImpl, length, setConnection |
Methods inherited from class org.orbeon.oxf.resources.ResourceManagerBase |
getContentAsDOM, getContentAsDOM4J, getContentAsSAX, getContentAsSAX, getWriteContentHandler, getXMLReader, getXMLReader, invalidateLastModifiedCache, lastModified, writeDOM, writeDOM4J |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DataSourceResourceManagerImpl(Map props, javax.sql.DataSource dataSource)
Method Detail |
protected Connection getConnection() throws SQLException
getConnection
in class DBResourceManagerImpl
SQLException
protected void closeConnection(Connection connection) throws SQLException
closeConnection
in class DBResourceManagerImpl
SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |