Uses of Interface
jakarta.resource.spi.ConnectionRequestInfo
-
Packages that use ConnectionRequestInfo Package Description jakarta.resource.spi The jakarta.resource.spi package contains APIs for the system contracts defined in the Jakarta Connectors specification. -
-
Uses of ConnectionRequestInfo in jakarta.resource.spi
Methods in jakarta.resource.spi with parameters of type ConnectionRequestInfo Modifier and Type Method Description Object
ConnectionManager. allocateConnection(ManagedConnectionFactory mcf, ConnectionRequestInfo cxRequestInfo)
The method allocateConnection gets called by the resource adapter's connection factory instance.void
LazyAssociatableConnectionManager. associateConnection(Object connection, ManagedConnectionFactory mcf, ConnectionRequestInfo cxReqInfo)
This method is called by a resource adapter (that is capable of lazy connection association optimization) in order to lazily associate a connection object with aManagedConnection
instance.ManagedConnection
ManagedConnectionFactory. createManagedConnection(Subject subject, ConnectionRequestInfo cxRequestInfo)
Creates a new physical connection to the underlying EIS resource manager.Object
ManagedConnection. getConnection(Subject subject, ConnectionRequestInfo cxRequestInfo)
Creates a new connection handle for the underlying physical connection represented by the ManagedConnection instance.ManagedConnection
ManagedConnectionFactory. matchManagedConnections(Set connectionSet, Subject subject, ConnectionRequestInfo cxRequestInfo)
Returns a matched connection from the candidate set of connections.
-