Uses of Class
org.objectweb.joram.client.jms.pool.PooledConnection
-
Packages that use PooledConnection Package Description org.objectweb.joram.client.jms.pool -
-
Uses of PooledConnection in org.objectweb.joram.client.jms.pool
Fields in org.objectweb.joram.client.jms.pool with type parameters of type PooledConnection Modifier and Type Field Description private Map<ConnectionKey,LinkedList<PooledConnection>>ConnectionPool. cacheMap containing the lists of connections for each identityMethods in org.objectweb.joram.client.jms.pool that return PooledConnection Modifier and Type Method Description PooledConnectionConnectionPool. alloc(String name, String password)Allocates a Connection for the specified identity.Methods in org.objectweb.joram.client.jms.pool with parameters of type PooledConnection Modifier and Type Method Description voidConnectionPool. free(PooledConnection cnx)Frees the specified connection, depending of the number of free connections in the pool this connection is closed or inserted in the pool.(package private) voidPooledConnectionFactory. free(PooledConnection cnx)
-