Package | Description |
---|---|
javax.transaction | |
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.
|
org.jboss.jbossts.txbridge.inbound |
Modifier and Type | Method and Description |
---|---|
void |
TransactionManager.resume(Transaction tobj)
Resume the association of the calling thread with the given
transaction.
|
Modifier and Type | Method and Description |
---|---|
void |
DummyBaseTransactionManager.resume(Transaction tx)
Resume the association of the calling thread with the given transaction.
|
Modifier and Type | Method and Description |
---|---|
void |
InboundBridge.start()
Associate the JTA transaction to the current Thread.
|
void |
InboundBridge.stop()
Disassociate the JTA transaction from the current Thread.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.