| java.lang.Object org.jboss.resource.adapter.jms.JmsConnectionManager
JmsConnectionManager | public class JmsConnectionManager implements ConnectionManager(Code) | | The resource adapters own ConnectionManager, used in non-managed
environments.
Will handle some of the houskeeping an appserver nomaly does.
author: Peter Antman. author: Adrian Brock version: $Revision: 57189 $ |
Method Summary | |
public Object | allocateConnection(ManagedConnectionFactory mcf, ConnectionRequestInfo cxRequestInfo) Allocate a new connection. |
JmsConnectionManager | public JmsConnectionManager()(Code) | | Construct a JmsConnectionManager.
|
allocateConnection | public Object allocateConnection(ManagedConnectionFactory mcf, ConnectionRequestInfo cxRequestInfo) throws ResourceException(Code) | | Allocate a new connection.
Parameters: mcf - Parameters: cxRequestInfo - A new connection throws: ResourceException - Failed to create connection. |
|
|