|
The Spring Framework | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
OC4JJtaTransactionManager.afterPropertiesSet()
|
void |
JtaTransactionManager.afterPropertiesSet()
Initialize the UserTransaction as well as the TransactionManager handle. |
void |
WebLogicJtaTransactionManager.afterPropertiesSet()
|
protected void |
JtaTransactionManager.initUserTransactionAndTransactionManager()
Initialize the UserTransaction as well as the TransactionManager handle. |
protected TransactionManager |
JtaTransactionManager.lookupTransactionManager(String transactionManagerName)
Look up the JTA TransactionManager in JNDI via the configured name. |
protected UserTransaction |
JtaTransactionManager.lookupUserTransaction(String userTransactionName)
Look up the JTA UserTransaction in JNDI via the configured name. |
protected TransactionManager |
JtaTransactionManager.retrieveTransactionManager()
Allows subclasses to retrieve the JTA TransactionManager in a vendor-specific manner. |
protected TransactionManager |
WebLogicJtaTransactionManager.retrieveTransactionManager()
|
protected UserTransaction |
OC4JJtaTransactionManager.retrieveUserTransaction()
|
protected UserTransaction |
JtaTransactionManager.retrieveUserTransaction()
Allows subclasses to retrieve the JTA UserTransaction in a vendor-specific manner. |
protected UserTransaction |
WebLogicJtaTransactionManager.retrieveUserTransaction()
|
| Constructors in org.springframework.transaction.jta that throw TransactionSystemException | |
|---|---|
WebLogicServerTransactionManagerFactoryBean()
This constructor retrieves the WebLogic TransactionManager factory class, so we can get access to the JTA TransactionManager. |
|
WebSphereTransactionManagerFactoryBean()
This constructor retrieves the WebSphere TransactionManager factory class, so we can get access to the JTA TransactionManager. |
|
|
The Spring Framework | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||