Package | Description |
---|---|
javax.transaction | |
org.hibernate.engine.transaction.jta.platform.internal | |
org.hibernate.engine.transaction.jta.platform.spi | |
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
org.hibernate.jpa.internal |
Defines Hibernate implementation of Java Persistence specification.
|
org.hibernate.resource.transaction.backend.jta.internal.synchronization |
Internal implementation details for reacting to JTA transaction completion via
Synchronization
callbacks |
org.jboss.ejb._private | |
org.jboss.ejb.server | |
org.jboss.jbossts.txbridge.inbound | |
org.wildfly.httpclient.transaction |
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.
|
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.delistResource(XAResource xaRes,
int flag)
Delist an XA resource from this transaction.
|
boolean |
Transaction.enlistResource(XAResource xaRes)
Enlist an XA resource with this transaction.
|
int |
UserTransaction.getStatus()
Get the status of the transaction associated with the calling thread.
|
int |
TransactionManager.getStatus()
Get the status of the transaction associated with the calling thread.
|
int |
Transaction.getStatus()
Get the status of the transaction.
|
Transaction |
TransactionManager.getTransaction()
Get the transaction associated with the calling thread.
|
void |
Transaction.registerSynchronization(Synchronization sync)
Register a
Synchronization callback with this transaction. |
void |
TransactionManager.resume(Transaction tobj)
Resume the association of the calling thread with the given
transaction.
|
void |
UserTransaction.rollback()
Rolls back the transaction associated with the calling thread.
|
void |
TransactionManager.rollback()
Rolls back the transaction associated with the calling thread.
|
void |
Transaction.rollback()
Rolls back this transaction.
|
void |
UserTransaction.setRollbackOnly()
Mark the transaction associated with the calling thread for rollback
only.
|
void |
TransactionManager.setRollbackOnly()
Mark the transaction associated with the calling thread for rollback
only.
|
void |
Transaction.setRollbackOnly()
Mark the transaction so that the only possible outcome is a rollback.
|
void |
UserTransaction.setTransactionTimeout(int seconds)
Change the transaction timeout for transactions started by the calling
thread with the
UserTransaction.begin() method. |
void |
TransactionManager.setTransactionTimeout(int seconds)
Change the transaction timeout for transactions started by the calling
thread with the
TransactionManager.begin() method. |
Transaction |
TransactionManager.suspend()
Suspend the association the calling thread has to a transaction,
and return the suspended transaction.
|
Modifier and Type | Method and Description |
---|---|
void |
WebSphereExtendedJtaPlatform.TransactionManagerAdapter.begin() |
int |
WebSphereLibertyJtaPlatform.getCurrentStatus() |
int |
NoJtaPlatform.getCurrentStatus() |
int |
AbstractJtaPlatform.getCurrentStatus() |
int |
WebSphereExtendedJtaPlatform.TransactionManagerAdapter.getStatus() |
Transaction |
WebSphereExtendedJtaPlatform.TransactionManagerAdapter.getTransaction() |
void |
WebSphereExtendedJtaPlatform.TransactionManagerAdapter.TransactionAdapter.registerSynchronization(Synchronization synchronization) |
Modifier and Type | Method and Description |
---|---|
int |
JtaPlatform.getCurrentStatus()
Obtain the current transaction status using whatever means is preferred for this platform
|
Modifier and Type | Method and Description |
---|---|
RuntimeException |
ExceptionMapperStandardImpl.mapStatusCheckFailure(String message,
SystemException systemException,
SessionImplementor sessionImplementor) |
void |
CoreMessageLogger.unableToSetTransactionToRollbackOnly(SystemException e) |
Modifier and Type | Method and Description |
---|---|
RuntimeException |
ExceptionMapperLegacyJpaImpl.mapStatusCheckFailure(String message,
SystemException systemException,
SessionImplementor session) |
Modifier and Type | Method and Description |
---|---|
RuntimeException |
ExceptionMapper.mapStatusCheckFailure(String message,
SystemException systemException,
SessionImplementor sessionImplementor)
Map a JTA
SystemException to the appropriate runtime-based exception. |
Modifier and Type | Method and Description |
---|---|
SystemException |
Logs_$logger.internalSystemErrorWithTx(Throwable t) |
SystemException |
Logs.internalSystemErrorWithTx(Throwable t) |
SystemException |
Logs_$logger.transactionNoLongerActive() |
SystemException |
Logs.transactionNoLongerActive() |
Modifier and Type | Method and Description |
---|---|
Transaction |
SessionOpenRequest.getTransaction()
Get the inflowed transaction of the request.
|
Transaction |
InvocationRequest.Resolved.getTransaction()
Get the inflowed transaction of the request.
|
Modifier and Type | Method and Description |
---|---|
static InboundBridge |
InboundBridgeManager.getInboundBridge()
Return an InboundBridge instance that maps the current Thread's WS transaction context
to a JTA context.
|
void |
InboundBridge.setRollbackOnly() |
void |
InboundBridge.start()
Associate the JTA transaction to the current Thread.
|
void |
InboundBridge.stop()
Disassociate the JTA transaction from the current Thread.
|
Modifier and Type | Method and Description |
---|---|
SystemException |
HttpRemoteTransactionMessages.operationInterrupted() |
Modifier and Type | Method and Description |
---|---|
org.wildfly.transaction.client.spi.SimpleTransactionControl |
HttpRemoteTransactionPeer.begin(int timeout) |
org.wildfly.transaction.client.spi.RemoteTransactionPeer |
HttpRemoteTransactionProvider.getPeerHandle(URI uri,
SSLContext sslContext,
AuthenticationConfiguration authenticationConfiguration) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.