public class WebSphereTmFactory extends Object implements javax.cache.configuration.Factory<TransactionManager>
Notes:
WebSphereLibertyTmFactory
should be used within WebSphere Liberty.
IgniteConfiguration cfg = new IgniteConfiguration(); TransactionConfiguration txCfg = new TransactionConfiguration(); txCfg.setTxManagerFactory(new WebSphereTmFactory()); 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.WebSphereTmFactory"/> </property> ... </bean>
For information about Spring framework visit www.springframework.org*
Constructor and Description |
---|
WebSphereTmFactory() |
public TransactionManager create()
create
in interface javax.cache.configuration.Factory<TransactionManager>
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024