|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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(javax.security.auth.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,
javax.resource.spi.ConnectionManager manager,
ActiveMQConnectionRequestInfo connectionRequestInfo)
|
|
ActiveMQManagedConnection(javax.security.auth.Subject subject,
ActiveMQConnection physicalConnection,
ActiveMQConnectionRequestInfo info)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||