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