Uses of Class
org.wildfly.transaction.client.provider.jboss.JBossLocalTransactionProvider.Builder
Packages that use JBossLocalTransactionProvider.Builder
-
Uses of JBossLocalTransactionProvider.Builder in org.wildfly.transaction.client.provider.jboss
Methods in org.wildfly.transaction.client.provider.jboss that return JBossLocalTransactionProvider.BuilderModifier and TypeMethodDescriptionJBossLocalTransactionProvider.builder()Create a builder for the transaction provider.JBossLocalTransactionProvider.Builder.setExtendedJBossXATerminator(org.jboss.tm.ExtendedJBossXATerminator ext) Set the extended JBoss XA terminator.JBossLocalTransactionProvider.Builder.setStaleTransactionTime(int staleTransactionTime) Set the stale transaction time, in seconds.JBossLocalTransactionProvider.Builder.setTransactionManager(jakarta.transaction.TransactionManager tm) Set the transaction manager.JBossLocalTransactionProvider.Builder.setXARecoveryLogDirRelativeToPath(Path path) Set the xa recovery log dir relative to pathJBossLocalTransactionProvider.Builder.setXAResourceRecoveryRegistry(org.jboss.tm.XAResourceRecoveryRegistry reg) Set the xa resource recovery registry.