Uses of Class
org.jboss.as.test.integration.transactions.TransactionCheckerSingleton
Packages that use TransactionCheckerSingleton
Package
Description
-
Uses of TransactionCheckerSingleton in org.jboss.as.test.integration.transactions
Methods in org.jboss.as.test.integration.transactions with parameters of type TransactionCheckerSingletonModifier and TypeMethodDescriptionstatic TestXAResourceTxTestUtil.enlistTestXAResource(jakarta.transaction.TransactionManager tm, TransactionCheckerSingleton checker) static TestXAResourceTxTestUtil.enlistTestXAResource(jakarta.transaction.Transaction txn, TransactionCheckerSingleton checker) Constructors in org.jboss.as.test.integration.transactions with parameters of type TransactionCheckerSingletonModifierConstructorDescriptionPersistentTestXAResource(TestXAResource.TestAction testAction, TransactionCheckerSingleton checker) TestXAResource(TestXAResource.TestAction testAction, TransactionCheckerSingleton checker) -
Uses of TransactionCheckerSingleton in org.jboss.as.test.integration.transactions.spi
Constructors in org.jboss.as.test.integration.transactions.spi with parameters of type TransactionCheckerSingletonModifierConstructorDescriptionTestLastResource(TestXAResource.TestAction testAction, TransactionCheckerSingleton checker)