public class JtaTransactionManagerFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<JtaTransactionManager>, org.springframework.beans.factory.InitializingBean
FactoryBean equivalent to the <tx:jta-transaction-manager/> XML element,
autodetecting WebLogic and WebSphere servers and exposing the corresponding
JtaTransactionManager subclass.WebLogicJtaTransactionManager,
WebSphereUowTransactionManager| Constructor and Description |
|---|
JtaTransactionManagerFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
JtaTransactionManager |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
public void afterPropertiesSet()
throws TransactionSystemException
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanTransactionSystemException@Nullable public JtaTransactionManager getObject()
getObject in interface org.springframework.beans.factory.FactoryBean<JtaTransactionManager>public Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<JtaTransactionManager>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<JtaTransactionManager>