Package | Description |
---|---|
javax.transaction | |
org.hibernate.service.jta.platform.internal | |
org.infinispan.transaction.tm |
Infinispan's bare-bones internal transaction manager, used for batching calls as well as as a dummy, unit-test-only
transaction manager.
|
Modifier and Type | Method and Description |
---|---|
void |
UserTransaction.commit()
Commit the transaction associated with the calling thread.
|
void |
TransactionManager.commit()
Commit the transaction associated with the calling thread.
|
void |
Transaction.commit()
Attempt to commit this transaction.
|
boolean |
Transaction.enlistResource(XAResource xaRes)
Enlist an XA resource with this transaction.
|
void |
Transaction.registerSynchronization(Synchronization sync)
Register a
Synchronization callback with this transaction. |
Modifier and Type | Method and Description |
---|---|
void |
WebSphereExtendedJtaPlatform.TransactionManagerAdapter.TransactionAdapter.registerSynchronization(Synchronization synchronization) |
Modifier and Type | Method and Description |
---|---|
void |
DummyUserTransaction.commit()
Attempt to commit this transaction.
|
void |
DummyTransaction.commit()
Attempt to commit this transaction.
|
void |
DummyBaseTransactionManager.commit()
Commit the transaction associated with the calling thread.
|
boolean |
DummyTransaction.enlistResource(XAResource xaRes)
Enlist an XA resource with this transaction.
|
void |
DummyTransaction.registerSynchronization(Synchronization sync)
Register a
Synchronization callback with this transaction. |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.