Package | Description |
---|---|
org.objectweb.joram.client.jms.pool |
Modifier and Type | Field and Description |
---|---|
private Map<ConnectionKey,LinkedList<PooledConnection>> |
ConnectionPool.cache
Map containing the lists of connections for each identity
|
Modifier and Type | Method and Description |
---|---|
PooledConnection |
ConnectionPool.alloc(String name,
String password)
Allocates a Connection for the specified identity.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
PooledConnectionFactory.free(PooledConnection cnx) |
void |
ConnectionPool.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.
|
Copyright © 2020 ScalAgent D.T.. All rights reserved.