Uses of Class
org.springframework.jca.cci.CannotGetCciConnectionException
Packages that use CannotGetCciConnectionException Package Description org.springframework.jca.cci.connection Provides a utility class for easy ConnectionFactory access, a PlatformTransactionManager for local CCI transactions, and various simple ConnectionFactory proxies/adapters.org.springframework.jca.cci.core.support Classes supporting theorg.springframework.jca.cci.core
package.Uses of CannotGetCciConnectionException in org.springframework.jca.cci.connection
Methods in org.springframework.jca.cci.connection that throw CannotGetCciConnectionException Modifier and Type Method Description static Connection
ConnectionFactoryUtils. getConnection(ConnectionFactory cf)
Obtain a Connection from the given ConnectionFactory.static Connection
ConnectionFactoryUtils. getConnection(ConnectionFactory cf, ConnectionSpec spec)
Obtain a Connection from the given ConnectionFactory.Uses of CannotGetCciConnectionException in org.springframework.jca.cci.core.support
Methods in org.springframework.jca.cci.core.support that throw CannotGetCciConnectionException Modifier and Type Method Description protected Connection
CciDaoSupport. getConnection()
Get a CCI Connection, either from the current transaction or a new one.