Uses of Class
org.apache.activemq.jms.pool.SessionKey
-
Packages that use SessionKey Package Description org.apache.activemq.jms.pool A JMS provider which pools Connection, Session and MessageProducer instances so it can be used with tools like Spring's JmsTemplate. -
-
Uses of SessionKey in org.apache.activemq.jms.pool
Methods in org.apache.activemq.jms.pool with parameters of type SessionKey Modifier and Type Method Description protected SessionPooledConnection. createSession(SessionKey key)booleanSessionKey. equals(SessionKey that)protected SessionConnectionPool. makeSession(SessionKey key)protected SessionXaConnectionPool. makeSession(SessionKey key)Constructors in org.apache.activemq.jms.pool with parameters of type SessionKey Constructor Description PooledSession(SessionKey key, SessionHolder sessionHolder, KeyedObjectPool<SessionKey,SessionHolder> sessionPool, boolean transactional, boolean anonymous)Constructor parameters in org.apache.activemq.jms.pool with type arguments of type SessionKey Constructor Description PooledSession(SessionKey key, SessionHolder sessionHolder, KeyedObjectPool<SessionKey,SessionHolder> sessionPool, boolean transactional, boolean anonymous)
-