|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PooledSession | |
---|---|
org.jencks.amqpool | A JMS provider which pools Connection, Session and MessageProducer instances so it can be used with tools like Spring's JmsTemplate. |
Uses of PooledSession in org.jencks.amqpool |
---|
Methods in org.jencks.amqpool that return PooledSession | |
---|---|
PooledSession |
SessionPool.borrowSession()
|
Methods in org.jencks.amqpool with parameters of type PooledSession | |
---|---|
protected javax.transaction.xa.XAResource |
JcaConnectionPool.createXaResource(PooledSession session)
|
protected javax.transaction.xa.XAResource |
XaConnectionPool.createXaResource(PooledSession session)
|
void |
SessionPool.returnSession(PooledSession session)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |