Uses of Class
org.objectweb.joram.client.jms.pool.PooledConnection

Packages that use PooledConnection
org.objectweb.joram.client.jms.pool   
 

Uses of PooledConnection in org.objectweb.joram.client.jms.pool
 

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
 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 © 2011 ScalAgent D.T.. All Rights Reserved.