|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PooledSession | |
---|---|
org.apache.activemq.pool | 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.apache.activemq.pool |
---|
Methods in org.apache.activemq.pool that return PooledSession | |
---|---|
PooledSession |
SessionPool.borrowSession()
|
Methods in org.apache.activemq.pool 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.invalidateSession(PooledSession session)
|
void |
SessionPool.returnSession(PooledSession session)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |