Uses of Class
org.objectweb.joram.client.jms.pool.ConnectionKey
-
Packages that use ConnectionKey Package Description org.objectweb.joram.client.jms.pool -
-
Uses of ConnectionKey in org.objectweb.joram.client.jms.pool
Fields in org.objectweb.joram.client.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
-