Uses of Interface
javax.resource.cci.Connection

Packages that use Connection
javax.resource.cci   
 

Uses of Connection in javax.resource.cci
 

Methods in javax.resource.cci that return Connection
 Connection ConnectionFactory.getConnection()
          Returns an application connection.
 Connection Interaction.getConnection()
          Returns the Connection associated with the Interaction.
 Connection ConnectionFactory.getConnection(ConnectionSpec properties)
          Gets a connection with given properties.