public class WebSphereLibertyTmFactory extends Object implements javax.cache.configuration.Factory<TransactionManager>
IgniteConfiguration cfg = new IgniteConfiguration(); TransactionConfiguration txCfg = new TransactionConfiguration(); txCfg.setTxManagerFactory(new WebSphereLibertyTmFactory()); cfg.setTransactionConfiguration(new txCfg);
<bean id="ignite.cfg" class="org.apache.ignite.configuration.IgniteConfiguration">
...
<property name="transactionConfiguration">
<bean class="org.apache.ignite.cache.jta.websphere.WebSphereLibertyTmFactory"/>
</property>
...
</bean>
For information about Spring framework visit www.springframework.org*
| Constructor and Description |
|---|
WebSphereLibertyTmFactory() |
public TransactionManager create()
create in interface javax.cache.configuration.Factory<TransactionManager>
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025