Uses of Class
org.apache.activemq.artemis.ra.ActiveMQRAConnectionRequestInfo
-
Packages that use ActiveMQRAConnectionRequestInfo Package Description org.apache.activemq.artemis.ra ActiveMQ Artemis Resource Adaptor -
-
Uses of ActiveMQRAConnectionRequestInfo in org.apache.activemq.artemis.ra
Methods in org.apache.activemq.artemis.ra that return ActiveMQRAConnectionRequestInfo Modifier and Type Method Description protected ActiveMQRAConnectionRequestInfoActiveMQRAManagedConnection. getCRI()Get the request info for this connection.Constructors in org.apache.activemq.artemis.ra with parameters of type ActiveMQRAConnectionRequestInfo Constructor Description ActiveMQRAManagedConnection(ActiveMQRAManagedConnectionFactory mcf, ActiveMQRAConnectionRequestInfo cri, ActiveMQResourceAdapter ra, String userName, String password)ConstructorActiveMQRASession(ActiveMQRAManagedConnection mc, ActiveMQRAConnectionRequestInfo cri)Constructor
-