|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ojb.broker.accesslayer.ConnectionFactoryAbstractImpl
org.apache.ojb.broker.accesslayer.ConnectionFactoryNotPooledImpl
Base implementation without connection pooling.
| Constructor Summary | |
ConnectionFactoryNotPooledImpl()
|
|
| Method Summary | |
java.sql.Connection |
getConnectionFromPool(JdbcConnectionDescriptor jcd)
Implement this method. |
void |
returnConnectionToPool(JdbcConnectionDescriptor jcd,
java.sql.Connection con)
Implement this method. |
| Methods inherited from class org.apache.ojb.broker.accesslayer.ConnectionFactoryAbstractImpl |
getDbURL, initializeJdbcConnection, lookupConnection, newConnectionFromDataSource, newConnectionFromDriverManager, releaseAllResources, releaseConnection |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ConnectionFactoryNotPooledImpl()
| Method Detail |
public java.sql.Connection getConnectionFromPool(JdbcConnectionDescriptor jcd)
throws LookupException
ConnectionFactoryAbstractImpl
getConnectionFromPool in class ConnectionFactoryAbstractImplLookupException
public void returnConnectionToPool(JdbcConnectionDescriptor jcd,
java.sql.Connection con)
throws LookupException
ConnectionFactoryAbstractImpl
returnConnectionToPool in class ConnectionFactoryAbstractImplLookupException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||