Uses of Class
org.apache.activemq.artemis.ra.ActiveMQRAManagedConnectionFactory
-
Packages that use ActiveMQRAManagedConnectionFactory Package Description org.apache.activemq.artemis.ra ActiveMQ Artemis Resource Adaptor -
-
Uses of ActiveMQRAManagedConnectionFactory in org.apache.activemq.artemis.ra
Methods in org.apache.activemq.artemis.ra that return ActiveMQRAManagedConnectionFactory Modifier and Type Method Description protected ActiveMQRAManagedConnectionFactoryActiveMQRAManagedConnection. getManagedConnectionFactory()Get the connection factory for this connection.Methods in org.apache.activemq.artemis.ra with parameters of type ActiveMQRAManagedConnectionFactory Modifier and Type Method Description voidActiveMQResourceAdapter. setManagedConnectionFactory(ActiveMQRAManagedConnectionFactory activeMQRAManagedConnectionFactory)Constructors in org.apache.activemq.artemis.ra with parameters of type ActiveMQRAManagedConnectionFactory Constructor Description ActiveMQRAConnectionFactoryImpl(ActiveMQRAManagedConnectionFactory mcf, javax.resource.spi.ConnectionManager cm)ConstructorActiveMQRAManagedConnection(ActiveMQRAManagedConnectionFactory mcf, ActiveMQRAConnectionRequestInfo cri, ActiveMQResourceAdapter ra, java.lang.String userName, java.lang.String password)ConstructorActiveMQRASessionFactoryImpl(ActiveMQRAManagedConnectionFactory mcf, javax.resource.spi.ConnectionManager cm, javax.transaction.TransactionManager tm, int type)Constructor
-