Uses of Class
org.apache.activemq.ra.ActiveMQConnectionRequestInfo
-
Packages that use ActiveMQConnectionRequestInfo Package Description org.apache.activemq.ra JCA managed connections and resource adapters for working with ActiveMQ -
-
Uses of ActiveMQConnectionRequestInfo in org.apache.activemq.ra
Methods in org.apache.activemq.ra that return ActiveMQConnectionRequestInfo Modifier and Type Method Description ActiveMQConnectionRequestInfoActiveMQConnectionRequestInfo. copy()ActiveMQConnectionRequestInfoActiveMQConnectionSupport. getInfo()Gets the connection request information.ActiveMQConnectionRequestInfoMessageResourceAdapter. getInfo()Methods in org.apache.activemq.ra with parameters of type ActiveMQConnectionRequestInfo Modifier and Type Method Description voidActiveMQManagedConnection. associate(Subject subject, ActiveMQConnectionRequestInfo info)protected ActiveMQConnectionFactoryActiveMQConnectionSupport. createConnectionFactory(ActiveMQConnectionRequestInfo connectionRequestInfo, MessageActivationSpec activationSpec)Creates a factory for obtaining physical connections to an Active MQ broker.ActiveMQConnectionActiveMQConnectionSupport. makeConnection(ActiveMQConnectionRequestInfo connectionRequestInfo)Creates a new physical connection to an Active MQ broker identified by given connection request information.ActiveMQConnectionActiveMQConnectionSupport. makeConnection(ActiveMQConnectionRequestInfo connectionRequestInfo, ActiveMQConnectionFactory connectionFactory)Creates a new physical connection to an Active MQ broker using a given connection factory and credentials supplied in connection request information.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 ActiveMQConnectionRequestInfo Constructor Description ActiveMQConnectionFactory(ActiveMQManagedConnectionFactory factory, ConnectionManager manager, ActiveMQConnectionRequestInfo connectionRequestInfo)ActiveMQManagedConnection(Subject subject, ActiveMQConnection physicalConnection, ActiveMQConnectionRequestInfo info)
-