FileDocCategorySizeDatePackage
LazyAssociatableConnectionManagerImpl.javaAPI DocGlassfish v2 API3045Fri May 04 22:34:24 BST 2007com.sun.enterprise.connectors

LazyAssociatableConnectionManagerImpl

public class LazyAssociatableConnectionManagerImpl extends ConnectionManagerImpl implements javax.resource.spi.LazyAssociatableConnectionManager
author
Aditya Gore

Fields Summary
Constructors Summary
public LazyAssociatableConnectionManagerImpl(String poolName)

        super( poolName );
    
Methods Summary
public voidassociateConnection(java.lang.Object connection, javax.resource.spi.ManagedConnectionFactory mcf, javax.resource.spi.ConnectionRequestInfo info)

        //the following call will also take care of associating "connection"
        //with a new ManagedConnection instance
        allocateConnection( mcf, info, jndiName, connection);