Uses of Class
org.apache.activemq.jms.pool.ConnectionKey
-
-
Uses of ConnectionKey in org.apache.activemq.jms.pool
Methods in org.apache.activemq.jms.pool that return types with arguments of type ConnectionKey Modifier and Type Method Description protected GenericKeyedObjectPool<ConnectionKey,ConnectionPool>PooledConnectionFactory. getConnectionsPool()Gets the Pool of ConnectionPool instances which are keyed by different ConnectionKeys.Methods in org.apache.activemq.jms.pool with parameters of type ConnectionKey Modifier and Type Method Description protected ConnectionPooledConnectionFactory. createConnection(ConnectionKey key)protected ConnectionXaPooledConnectionFactory. createConnection(ConnectionKey key)booleanConnectionKey. equals(ConnectionKey that)
-