Uses of Interface
jakarta.resource.cci.Connection
-
Packages that use Connection Package Description jakarta.resource.cci The jakarta.resource.cci package contains API specification for the Common Client Interface (CCI). -
-
Uses of Connection in jakarta.resource.cci
Methods in jakarta.resource.cci that return Connection Modifier and Type Method Description Connection
ConnectionFactory. getConnection()
Gets a connection to an EIS instance.Connection
ConnectionFactory. getConnection(ConnectionSpec properties)
Gets a connection to an EIS instance.Connection
Interaction. getConnection()
Gets the Connection associated with the Interaction.
-