|
||||||||||
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 |
lookupConnection, releaseAllResources, releaseConnection |
Methods inherited from class java.lang.Object |
equals, 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 ConnectionFactoryAbstractImpl
LookupException
public void returnConnectionToPool(JdbcConnectionDescriptor jcd, java.sql.Connection con) throws LookupException
ConnectionFactoryAbstractImpl
returnConnectionToPool
in class ConnectionFactoryAbstractImpl
LookupException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |