| Modifier and Type | Method and Description |
|---|---|
protected javax.jms.Session |
PooledConnection.createSession(SessionKey key) |
boolean |
SessionKey.equals(SessionKey that) |
protected javax.jms.Session |
XaConnectionPool.makeSession(SessionKey key) |
protected javax.jms.Session |
ConnectionPool.makeSession(SessionKey key) |
| Constructor and Description |
|---|
PooledSession(SessionKey key,
javax.jms.Session session,
org.apache.commons.pool.KeyedObjectPool<SessionKey,PooledSession> sessionPool,
boolean transactional,
boolean anonymous) |
| Constructor and Description |
|---|
PooledSession(SessionKey key,
javax.jms.Session session,
org.apache.commons.pool.KeyedObjectPool<SessionKey,PooledSession> sessionPool,
boolean transactional,
boolean anonymous) |
Copyright © 2005-2014 The Apache Software Foundation. All Rights Reserved.