Uses of Interface
jakarta.resource.spi.ManagedConnection
Packages that use ManagedConnection
Package
Description
The jakarta.resource.spi package contains APIs for the system
contracts defined in the Jakarta Connectors specification.
-
Uses of ManagedConnection in jakarta.resource.spi
Methods in jakarta.resource.spi that return ManagedConnectionModifier and TypeMethodDescriptionManagedConnectionFactory.createManagedConnection(Subject subject, ConnectionRequestInfo cxRequestInfo) Creates a new physical connection to the underlying EIS resource manager.ManagedConnectionFactory.matchManagedConnections(Set connectionSet, Subject subject, ConnectionRequestInfo cxRequestInfo) Returns a matched connection from the candidate set of connections.Methods in jakarta.resource.spi with parameters of type ManagedConnectionModifier and TypeMethodDescriptionvoidLazyEnlistableConnectionManager.lazyEnlist(ManagedConnection mc) This method is called by a resource adapter (that is capable of lazy transaction enlistment optimization) in order to lazily enlist a connection object with a XA transaction.Constructors in jakarta.resource.spi with parameters of type ManagedConnectionModifierConstructorDescriptionConnectionEvent(ManagedConnection source, int eid) Construct a ConnectionEvent object.ConnectionEvent(ManagedConnection source, int eid, Exception exception) Construct a ConnectionEvent object.