The Spring Framework

Uses of Class
org.springframework.jca.cci.CannotGetCciConnectionException

Packages that use CannotGetCciConnectionException
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 the org.springframework.jca.cci.core package. 
 

Uses of CannotGetCciConnectionException in org.springframework.jca.cci.connection
 

Methods in org.springframework.jca.cci.connection that throw CannotGetCciConnectionException
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
protected  Connection CciDaoSupport.getConnection()
          Get a CCI Connection, either from the current transaction or a new one.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.