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, jakarta.resource.spi.ConnectionManager cm)ConstructorActiveMQRAManagedConnection(ActiveMQRAManagedConnectionFactory mcf, ActiveMQRAConnectionRequestInfo cri, ActiveMQResourceAdapter ra, String userName, String password)ConstructorActiveMQRASessionFactoryImpl(ActiveMQRAManagedConnectionFactory mcf, jakarta.resource.spi.ConnectionManager cm, jakarta.transaction.TransactionSynchronizationRegistry tsr, int type)Constructor
-