Name

ConnectionRequestInfo

Synopsis

This interface can be used by a resource adapter to pass implementation-specific information along with a connection request to the application server.

public interface ConnectionRequestInfo {
// Public Instance Methods
   public abstract boolean equals( Object other);  
   public abstract int hashCode();  
}

Passed To

ConnectionManager.allocateConnection(), ManagedConnection.getConnection(), ManagedConnectionFactory.{createManagedConnection(), matchManagedConnections()}

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.