| 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.transaction.jta | Transaction SPI implementation for JTA. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CciLocalTransactionManagerPlatformTransactionManagerimplementation
 that manages local transactions for a single CCI ConnectionFactory. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JtaTransactionManagerPlatformTransactionManagerimplementation
 for JTA, delegating to a backend JTA provider. | 
| class  | WebLogicJtaTransactionManagerSpecial  JtaTransactionManagervariant for BEA WebLogic (9.0 and higher). | 
| class  | WebSphereUowTransactionManagerWebSphere-specific PlatformTransactionManager implementation that delegates
 to a  UOWManagerinstance, obtained from WebSphere's
 JNDI environment. |