KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > resource > spi > LazyAssociatableConnectionManager

javax.resource.spi
Interface LazyAssociatableConnectionManager

See Also:
Top Examples, Source Code

public void associateConnection(Object connection,
                                ManagedConnectionFactory mcf,
                                ConnectionRequestInfo cxReqInfo)
                         throws ResourceException
See Also:
ResourceAdapterInternalException, ResourceAllocationException, SecurityException, ApplicationServerInternalException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags