|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActiveMQConnectionRequestInfo | |
---|---|
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 | |
---|---|
ActiveMQConnectionRequestInfo |
ActiveMQConnectionRequestInfo.copy()
|
ActiveMQConnectionRequestInfo |
MessageResourceAdapter.getInfo()
|
ActiveMQConnectionRequestInfo |
ActiveMQConnectionSupport.getInfo()
Gets the connection request information. |
Methods in org.apache.activemq.ra with parameters of type ActiveMQConnectionRequestInfo | |
---|---|
void |
ActiveMQManagedConnection.associate(Subject subject,
ActiveMQConnectionRequestInfo info)
|
protected ActiveMQConnectionFactory |
ActiveMQConnectionSupport.createConnectionFactory(ActiveMQConnectionRequestInfo connectionRequestInfo)
Creates a factory for obtaining physical connections to an Active MQ broker. |
ActiveMQConnection |
MessageResourceAdapter.makeConnection(ActiveMQConnectionRequestInfo info)
|
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. |
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 | |
---|---|
ActiveMQConnectionFactory(ActiveMQManagedConnectionFactory factory,
ConnectionManager manager,
ActiveMQConnectionRequestInfo connectionRequestInfo)
|
|
ActiveMQManagedConnection(Subject subject,
ActiveMQConnection physicalConnection,
ActiveMQConnectionRequestInfo info)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |