Name

ConnectionManager

Synopsis

A ConnectionManager is used by a resource adapter to pass a connection request to the underlying application server.

                  Passed To
public interface ConnectionManager extends Serializable {
// Public Instance Methods
   public abstract Object allocateConnection(
        ManagedConnectionFactory mcf, 
        ConnectionRequestInfo cxRequestInfo) throws ResourceException;  
}

Passed To

ManagedConnectionFactory.createConnectionFactory()

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.