|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.util.pool.service.LuteceConnectionFactory
public class LuteceConnectionFactory
Factory to create LuteceConnection
Constructor Summary | |
---|---|
LuteceConnectionFactory()
|
Method Summary | |
---|---|
static LuteceConnection |
newInstance(ConnectionPool pool,
java.sql.Connection connection)
Builds a new proxied instance of the connection so we can use ConnectionPool with third party libraries. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LuteceConnectionFactory()
Method Detail |
---|
public static LuteceConnection newInstance(ConnectionPool pool, java.sql.Connection connection)
ConnectionPool
with third party libraries.
pool
- the connection pool to use when closing connectionconnection
- the actual connection
LuteceConnection
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |