Uses of Interface
org.drools.persistence.api.TransactionManager
-
Packages that use TransactionManager Package Description org.drools.persistence.api org.drools.persistence.jta -
-
Uses of TransactionManager in org.drools.persistence.api
Methods in org.drools.persistence.api that return TransactionManager Modifier and Type Method Description abstract TransactionManagerTransactionManagerFactory. newTransactionManager()abstract TransactionManagerTransactionManagerFactory. newTransactionManager(org.kie.api.runtime.Environment environment)Methods in org.drools.persistence.api with parameters of type TransactionManager Modifier and Type Method Description static voidTransactionManagerHelper. addToUpdatableSet(TransactionManager txm, Transformable transformable)static Set<Transformable>TransactionManagerHelper. getUpdateableSet(TransactionManager txm)voidTransactionAware. onEnd(TransactionManager txm)voidTransactionAware. onStart(TransactionManager txm)static voidTransactionManagerHelper. registerTransactionSyncInContainer(TransactionManager txm, OrderedTransactionSynchronization synchronization)static voidTransactionManagerHelper. removeFromUpdatableSet(TransactionManager txm, Transformable transformable) -
Uses of TransactionManager in org.drools.persistence.jta
Classes in org.drools.persistence.jta that implement TransactionManager Modifier and Type Class Description classJtaTransactionManagerMethods in org.drools.persistence.jta that return TransactionManager Modifier and Type Method Description TransactionManagerJtaTransactionManagerFactory. newTransactionManager()TransactionManagerJtaTransactionManagerFactory. newTransactionManager(org.kie.api.runtime.Environment env)Creates aJtaTransactionManagerinstance using any of theUserTransaction,TransactionSynchronizationRegistry, andTransactionManagerpresent inenv.Methods in org.drools.persistence.jta with parameters of type TransactionManager Modifier and Type Method Description protected voidTransactionLockInterceptor. release(TransactionManager txm)
-