Package | Description |
---|---|
org.drools.persistence.api | |
org.drools.persistence.jta |
Modifier and Type | Method and Description |
---|---|
abstract TransactionManager |
TransactionManagerFactory.newTransactionManager() |
abstract TransactionManager |
TransactionManagerFactory.newTransactionManager(org.kie.api.runtime.Environment environment) |
Modifier and Type | Method and Description |
---|---|
static void |
TransactionManagerHelper.addToUpdatableSet(TransactionManager txm,
Transformable transformable) |
static Set<Transformable> |
TransactionManagerHelper.getUpdateableSet(TransactionManager txm) |
void |
TransactionAware.onEnd(TransactionManager txm) |
void |
TransactionAware.onStart(TransactionManager txm) |
static void |
TransactionManagerHelper.registerTransactionSyncInContainer(TransactionManager txm,
OrderedTransactionSynchronization synchronization) |
static void |
TransactionManagerHelper.removeFromUpdatableSet(TransactionManager txm,
Transformable transformable) |
Modifier and Type | Class and Description |
---|---|
class |
JtaTransactionManager |
Modifier and Type | Method and Description |
---|---|
TransactionManager |
JtaTransactionManagerFactory.newTransactionManager() |
TransactionManager |
JtaTransactionManagerFactory.newTransactionManager(org.kie.api.runtime.Environment env)
Creates a
JtaTransactionManager instance using any of the UserTransaction ,
TransactionSynchronizationRegistry , and TransactionManager
present in env . |
Modifier and Type | Method and Description |
---|---|
protected void |
TransactionLockInterceptor.release(TransactionManager txm) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.