| 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.
|
| org.jboss.ejb.client |
| Modifier and Type | Method and Description |
|---|---|
void |
UserTransaction.begin()
Starts a new transaction, and associate it with the calling thread.
|
void |
TransactionManager.begin()
Starts a new transaction, and associate it with the calling thread.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebSphereExtendedJtaPlatform.TransactionManagerAdapter.begin() |
| Modifier and Type | Method and Description |
|---|---|
void |
DummyUserTransaction.begin()
Starts a new transaction, and associate it with the calling thread.
|
void |
DummyBaseTransactionManager.begin()
Starts a new transaction, and associate it with the calling thread.
|
| Modifier and Type | Method and Description |
|---|---|
NotSupportedException |
Logs.txAlreadyAssociatedWithThread() |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.