Package | Description |
---|---|
javax.transaction | |
org.wildfly.transaction.client | |
org.wildfly.transaction.client._private | |
org.wildfly.transaction.client.spi |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
RemoteUserTransaction.commit() |
void |
RemoteTransaction.commit() |
void |
LocalUserTransaction.commit() |
void |
LocalTransaction.commit() |
void |
ContextTransactionManager.commit() |
abstract void |
AbstractTransaction.commit() |
Modifier and Type | Method and Description |
---|---|
HeuristicMixedException |
Log_$logger.peerHeuristicMixedException() |
HeuristicMixedException |
Log.peerHeuristicMixedException() |
Modifier and Type | Method and Description |
---|---|
XAException |
Log_$logger.heuristicMixedXa(int errorCode,
HeuristicMixedException cause) |
XAException |
Log.heuristicMixedXa(int errorCode,
HeuristicMixedException cause) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleTransactionControl.commit()
Commit this transaction.
|
void |
LocalTransactionProvider.commitLocal(Transaction transaction)
Locally commit the given provider transaction.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.