spring-framework / org.springframework.jca.cci.connection / ConnectionHolder

ConnectionHolder

open class ConnectionHolder : ResourceHolderSupport

Connection holder, wrapping a CCI Connection.

CciLocalTransactionManager binds instances of this class to the thread, for a given ConnectionFactory.

Note: This is an SPI class, not intended to be used by applications.

Author
Thierry Templier

Author
Juergen Hoeller

Since
1.2

See Also
CciLocalTransactionManagerConnectionFactoryUtils

Constructors

<init>

ConnectionHolder(connection: Connection)

Functions

getConnection

open fun getConnection(): Connection