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 ActiveMQConnectionRequestInfo
ActiveMQConnectionRequestInfo. copy()
ActiveMQConnectionRequestInfo
ActiveMQConnectionSupport. getInfo()
Gets the connection request information.ActiveMQConnectionRequestInfo
MessageResourceAdapter. getInfo()
Methods in org.apache.activemq.ra with parameters of type ActiveMQConnectionRequestInfo Modifier and Type Method Description void
ActiveMQManagedConnection. associate(Subject subject, ActiveMQConnectionRequestInfo info)
protected ActiveMQConnectionFactory
ActiveMQConnectionSupport. createConnectionFactory(ActiveMQConnectionRequestInfo connectionRequestInfo, MessageActivationSpec activationSpec)
Creates a factory for obtaining physical connections to an Active MQ broker.ActiveMQConnection
ActiveMQConnectionSupport. makeConnection(ActiveMQConnectionRequestInfo connectionRequestInfo)
Creates a new physical connection to an Active MQ broker identified by given connection request information.ActiveMQConnection
ActiveMQConnectionSupport. 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.ActiveMQConnection
MessageResourceAdapter. makeConnection(ActiveMQConnectionRequestInfo info)
protected void
ActiveMQConnectionSupport. 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)
-