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.ConnectionManager
mcf
- The managed connection factorycxRequestInfo
- The connection request informationjavax.resource.ResourceException
- Thrown if there is a problem obtaining the connectionpublic void stop()
Copyright © 2016 The Apache Software Foundation. All rights reserved.