|
||||||||||
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 |
WebLogicJtaTransactionManager.afterPropertiesSet()
|
void |
JtaTransactionManager.afterPropertiesSet()
Initialize the UserTransaction as well as the TransactionManager handle. |
void |
OC4JJtaTransactionManager.afterPropertiesSet()
|
protected java.lang.Object |
JtaTransactionManager.findTransactionSynchronizationRegistry(javax.transaction.UserTransaction ut,
javax.transaction.TransactionManager tm)
Find the JTA 1.1 TransactionSynchronizationRegistry through autodetection: checking whether the UserTransaction object or TransactionManager object implements it, and checking Java EE 5's standard JNDI location. |
protected void |
JtaTransactionManager.initUserTransactionAndTransactionManager()
Initialize the UserTransaction as well as the TransactionManager handle. |
protected javax.transaction.TransactionManager |
JtaTransactionManager.lookupTransactionManager(java.lang.String transactionManagerName)
Look up the JTA TransactionManager in JNDI via the configured name. |
protected java.lang.Object |
JtaTransactionManager.lookupTransactionSynchronizationRegistry(java.lang.String registryName)
Look up the JTA 1.1 TransactionSynchronizationRegistry in JNDI via the configured name. |
protected javax.transaction.UserTransaction |
JtaTransactionManager.lookupUserTransaction(java.lang.String userTransactionName)
Look up the JTA UserTransaction in JNDI via the configured name. |
protected javax.transaction.TransactionManager |
WebLogicJtaTransactionManager.retrieveTransactionManager()
|
protected javax.transaction.TransactionManager |
JtaTransactionManager.retrieveTransactionManager()
Allows subclasses to retrieve the JTA TransactionManager in a vendor-specific manner. |
protected java.lang.Object |
JtaTransactionManager.retrieveTransactionSynchronizationRegistry()
Allows subclasses to retrieve the JTA 1.1 TransactionSynchronizationRegistry in a vendor-specific manner. |
protected javax.transaction.UserTransaction |
WebLogicJtaTransactionManager.retrieveUserTransaction()
|
protected javax.transaction.UserTransaction |
JtaTransactionManager.retrieveUserTransaction()
Allows subclasses to retrieve the JTA UserTransaction in a vendor-specific manner. |
protected javax.transaction.UserTransaction |
OC4JJtaTransactionManager.retrieveUserTransaction()
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |