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 javax.jms.SessionPooledConnection. createSession(SessionKey key)booleanSessionKey. equals(SessionKey that)protected javax.jms.SessionConnectionPool. makeSession(SessionKey key)protected javax.jms.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)
-