Uses of Class
org.springframework.transaction.TransactionSystemException

Packages that use TransactionSystemException
org.springframework.transaction.jta Transaction SPI implementation for JTA. 
 

Uses of TransactionSystemException in org.springframework.transaction.jta
 

Methods in org.springframework.transaction.jta that throw TransactionSystemException
 void JtaTransactionManager.afterPropertiesSet()
           
protected  UserTransaction JtaTransactionManager.lookupUserTransaction(String userTransactionName)
          Look up the JTA UserTransaction in JNDI via the configured name.
protected  TransactionManager JtaTransactionManager.lookupTransactionManager(String transactionManagerName)
          Look up the JTA TransactionManager in JNDI via the configured name.
 

Constructors in org.springframework.transaction.jta that throw TransactionSystemException
WebSphereTransactionManagerFactoryBean()
          This constructor retrieves the WebSphere TransactionManager factory class, so we can get access to the JTA TransactionManager.
WebLogicServerTransactionManagerFactoryBean()
          This constructor retrieves the WebLogic TransactionManager factory class, so we can get access to the JTA TransactionManager.
WebLogicJtaTransactionManager()
          This constructor retrieves the WebLogic JTA TransactionManager interface, so we can invoke the forceResume method using reflection.
 



Copyright (C) 2003-2004 The Spring Framework Project.