public interface LazyAssociatableConnectionManager
| Modifier and Type | Method and Description |
|---|---|
void |
associateConnection(Object connection,
ManagedConnectionFactory mcf,
ConnectionRequestInfo cxReqInfo)
Invoked by a resource adapter to lazily associate a connection handle with the managed connection
|
void associateConnection(Object connection, ManagedConnectionFactory mcf, ConnectionRequestInfo cxReqInfo) throws ResourceException
connection - the connection handlemcf - the managed connection factorycxRequestInfo - the connection request infoResourceException - for an generic errorApplicationServerInternalException - for problems in the application serverSecurityException - for security problemsResourceAllocationException - for problems allocating resourcesResourceAdapterInternalException - for errors from the resource adapterCopyright © 2012 JBoss by Red Hat. All Rights Reserved.