Uses of Class
org.ow2.joram.jakarta.jms.pool.ConnectionKey
-
Packages that use ConnectionKey Package Description org.ow2.joram.jakarta.jms.pool -
-
Uses of ConnectionKey in org.ow2.joram.jakarta.jms.pool
Fields in org.ow2.joram.jakarta.jms.pool with type parameters of type ConnectionKey Modifier and Type Field Description private Map<ConnectionKey,LinkedList<PooledConnection>>ConnectionPool. cacheMap containing the lists of connections for each identity
-