Uses of Class
org.apache.activemq.jms.pool.SessionKey
-
Uses of SessionKey in org.apache.activemq.jms.pool
Methods in org.apache.activemq.jms.pool with parameters of type SessionKeyModifier and TypeMethodDescriptionprotected jakarta.jms.SessionPooledConnection.createSession(SessionKey key) booleanSessionKey.equals(SessionKey that) protected jakarta.jms.SessionConnectionPool.makeSession(SessionKey key) protected jakarta.jms.SessionXaConnectionPool.makeSession(SessionKey key) Constructors in org.apache.activemq.jms.pool with parameters of type SessionKeyModifierConstructorDescriptionPooledSession(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 SessionKeyModifierConstructorDescriptionPooledSession(SessionKey key, SessionHolder sessionHolder, KeyedObjectPool<SessionKey, SessionHolder> sessionPool, boolean transactional, boolean anonymous)