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 |
---|---|
RollbackException |
HttpRemoteTransactionMessages.rollbackOnlyRollback() |
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() |
boolean |
LocalTransaction.enlistResource(XAResource xaRes) |
XAOutflowHandle |
RemoteTransactionContext.outflowTransaction(URI location,
LocalTransaction transaction)
Outflow the given local transaction to the given location.
|
void |
RemoteTransaction.registerSynchronization(Synchronization sync) |
void |
LocalTransaction.registerSynchronization(Synchronization sync) |
void |
XAOutflowHandle.verifyEnlistment()
Signal that this enlistment should be activated effective immediately.
|
Modifier and Type | Method and Description |
---|---|
RollbackException |
Log_$logger.markedRollbackOnly() |
RollbackException |
Log.markedRollbackOnly() |
RollbackException |
Log_$logger.rollbackOnlyRollback() |
RollbackException |
Log.rollbackOnlyRollback() |
RollbackException |
Log_$logger.transactionRolledBackByPeer() |
RollbackException |
Log.transactionRolledBackByPeer() |
Modifier and Type | Method and Description |
---|---|
XAException |
Log_$logger.rollbackXa(int errorCode,
RollbackException cause) |
XAException |
Log.rollbackXa(int errorCode,
RollbackException 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.