Uses of Class
org.apache.activemq.ra.ActiveMQConnectionRequestInfo
-
Uses of ActiveMQConnectionRequestInfo in org.apache.activemq.ra
Methods in org.apache.activemq.ra that return ActiveMQConnectionRequestInfoModifier and TypeMethodDescriptionActiveMQConnectionRequestInfo.copy()ActiveMQConnectionSupport.getInfo()Gets the connection request information.MessageResourceAdapter.getInfo()Methods in org.apache.activemq.ra with parameters of type ActiveMQConnectionRequestInfoModifier and TypeMethodDescriptionvoidActiveMQManagedConnection.associate(Subject subject, ActiveMQConnectionRequestInfo info) protected org.apache.activemq.ActiveMQConnectionFactoryActiveMQConnectionSupport.createConnectionFactory(ActiveMQConnectionRequestInfo connectionRequestInfo, MessageActivationSpec activationSpec) Creates a factory for obtaining physical connections to an Active MQ broker.org.apache.activemq.ActiveMQConnectionActiveMQConnectionSupport.makeConnection(ActiveMQConnectionRequestInfo connectionRequestInfo) Creates a new physical connection to an Active MQ broker identified by given connection request information.org.apache.activemq.ActiveMQConnectionActiveMQConnectionSupport.makeConnection(ActiveMQConnectionRequestInfo connectionRequestInfo, org.apache.activemq.ActiveMQConnectionFactory connectionFactory) Creates a new physical connection to an Active MQ broker using a given connection factory and credentials supplied in connection request information.org.apache.activemq.ActiveMQConnectionMessageResourceAdapter.makeConnection(ActiveMQConnectionRequestInfo info) protected voidActiveMQConnectionSupport.setInfo(ActiveMQConnectionRequestInfo connectionRequestInfo) Sets the connection request information as a whole.Constructors in org.apache.activemq.ra with parameters of type ActiveMQConnectionRequestInfoModifierConstructorDescriptionActiveMQConnectionFactory(ActiveMQManagedConnectionFactory factory, jakarta.resource.spi.ConnectionManager manager, ActiveMQConnectionRequestInfo connectionRequestInfo) ActiveMQManagedConnection(Subject subject, org.apache.activemq.ActiveMQConnection physicalConnection, ActiveMQConnectionRequestInfo info)