|
JAC project AOPSYS CEDRIC & LIP6 labs |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.jac.aspects.distrans.persistence.XAPoolCache
This class implements a cache of connections towards multiple XADataSource. Contrary to a simple pool that manages multiple connections towards a single XADataSource, this cache manages connections for each XADataSource registered in the cache. Hence, this is a pool of pools.
Constructor Summary | |
XAPoolCache()
|
Method Summary | |
static Connection |
getConnection(org.enhydra.jdbc.standard.StandardXADataSource ds)
Get a connection for a XADataSource. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XAPoolCache()
Method Detail |
public static Connection getConnection(org.enhydra.jdbc.standard.StandardXADataSource ds) throws SQLException
ds
- the XADataSource instance
SQLException
|
Contact JAC development team: Renaud Pawlak Lionel Seinturier Laurent Martelli |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |