javax.resource.spi
Interface ConnectionManager
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- ConnectionPool
public interface ConnectionManager
- extends java.io.Serializable
Interface for the application server's connection manager support.
allocateConnection
java.lang.Object allocateConnection(ManagedConnectionFactory mcf,
ConnectionRequestInfo requestInfo)
throws ResourceException
- Allocates the connection.
- Returns:
- connection handle for EIS specific connection.
- Throws:
ResourceException