|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PooledConnection | |
---|---|
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 | |
---|---|
private java.util.Map<ConnectionKey,java.util.LinkedList<PooledConnection>> |
ConnectionPool.cache
Map containing the lists of connections for each identity |
Methods in org.objectweb.joram.client.jms.pool that return PooledConnection | |
---|---|
PooledConnection |
ConnectionPool.alloc(java.lang.String name,
java.lang.String password)
Allocates a Connection for the specified identity. |
Methods in org.objectweb.joram.client.jms.pool with parameters of type PooledConnection | |
---|---|
(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. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |