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 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)
-