Uses of Class
org.objectweb.joram.client.jms.pool.PooledConnectionFactory
-
Packages that use PooledConnectionFactory Package Description org.objectweb.joram.client.jms.pool -
-
Uses of PooledConnectionFactory in org.objectweb.joram.client.jms.pool
Fields in org.objectweb.joram.client.jms.pool declared as PooledConnectionFactory Modifier and Type Field Description (package private) PooledConnectionFactoryPooledConnection. pcfThe pooled ConnectionFactoryConstructors in org.objectweb.joram.client.jms.pool with parameters of type PooledConnectionFactory Constructor Description PooledConnection(PooledConnectionFactory pcf, String name, String password)Creates a new pooled connection.
-