public class ActiveMQRAConnectionManager extends Object implements javax.resource.spi.ConnectionManager
| Constructor and Description |
|---|
ActiveMQRAConnectionManager()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Object |
allocateConnection(javax.resource.spi.ManagedConnectionFactory mcf,
javax.resource.spi.ConnectionRequestInfo cxRequestInfo)
Allocates a connection
|
void |
stop() |
public Object allocateConnection(javax.resource.spi.ManagedConnectionFactory mcf, javax.resource.spi.ConnectionRequestInfo cxRequestInfo) throws javax.resource.ResourceException
allocateConnection in interface javax.resource.spi.ConnectionManagermcf - The managed connection factorycxRequestInfo - The connection request informationjavax.resource.ResourceException - Thrown if there is a problem obtaining the connectionpublic void stop()
Copyright © 2020 The Apache Software Foundation. All Rights Reserved.