Uses of Class
jakarta.transaction.SystemException
Packages that use SystemException
Package
Description
Provides the API that defines the contract between the transaction
manager and the various parties involved in a distributed transaction
namely : resource manager, application, and application server.
A range of container-specific implementations of
JtaPlatform.An SPI for integrating with container-provided implementations of JTA.
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate.Defines Hibernate implementation of Java Persistence specification.
Internal implementation details for reacting to JTA transaction completion via
Synchronization
callbacks-
Uses of SystemException in jakarta.transaction
Methods in jakarta.transaction that throw SystemExceptionModifier and TypeMethodDescriptionvoidTransactionManager.begin()Create a new transaction and associate it with the current thread.voidUserTransaction.begin()Create a new transaction and associate it with the current thread.voidTransaction.commit()Complete the transaction represented by this Transaction object.voidTransactionManager.commit()Complete the transaction associated with the current thread.voidUserTransaction.commit()Complete the transaction associated with the current thread.booleanTransaction.delistResource(XAResource xaRes, int flag) Disassociate the resource specified from the transaction associated with the target Transaction object.booleanTransaction.enlistResource(XAResource xaRes) Enlist the resource specified with the transaction associated with the target Transaction object.intTransaction.getStatus()Obtain the status of the transaction associated with the target Transaction object.intTransactionManager.getStatus()Obtain the status of the transaction associated with the current thread.intUserTransaction.getStatus()Obtain the status of the transaction associated with the current thread.TransactionManager.getTransaction()Get the transaction object that represents the transaction context of the calling thread.voidTransaction.registerSynchronization(Synchronization sync) Register a synchronization object for the transaction currently associated with the target object.voidTransactionManager.resume(Transaction tobj) Resume the transaction context association of the calling thread with the transaction represented by the supplied Transaction object.voidTransaction.rollback()Rollback the transaction represented by this Transaction object.voidTransactionManager.rollback()Roll back the transaction associated with the current thread.voidUserTransaction.rollback()Roll back the transaction associated with the current thread.voidTransaction.setRollbackOnly()Modify the transaction associated with the target object such that the only possible outcome of the transaction is to roll back the transaction.voidTransactionManager.setRollbackOnly()Modify the transaction associated with the current thread such that the only possible outcome of the transaction is to roll back the transaction.voidUserTransaction.setRollbackOnly()Modify the transaction associated with the current thread such that the only possible outcome of the transaction is to roll back the transaction.voidTransactionManager.setTransactionTimeout(int seconds) Modify the timeout value that is associated with transactions started by the current thread with the begin method.voidUserTransaction.setTransactionTimeout(int seconds) Modify the timeout value that is associated with transactions started by the current thread with the begin method.TransactionManager.suspend()Suspend the transaction currently associated with the calling thread and return a Transaction object that represents the transaction context being suspended. -
Uses of SystemException in org.hibernate.engine.transaction.jta.platform.internal
Methods in org.hibernate.engine.transaction.jta.platform.internal that throw SystemExceptionModifier and TypeMethodDescriptionvoidWebSphereExtendedJtaPlatform.TransactionManagerAdapter.begin()intAbstractJtaPlatform.getCurrentStatus()intNoJtaPlatform.getCurrentStatus()intWebSphereLibertyJtaPlatform.getCurrentStatus()intWebSphereExtendedJtaPlatform.TransactionManagerAdapter.getStatus()WebSphereExtendedJtaPlatform.TransactionManagerAdapter.getTransaction()voidWebSphereExtendedJtaPlatform.TransactionManagerAdapter.TransactionAdapter.registerSynchronization(Synchronization synchronization) -
Uses of SystemException in org.hibernate.engine.transaction.jta.platform.spi
Methods in org.hibernate.engine.transaction.jta.platform.spi that throw SystemExceptionModifier and TypeMethodDescriptionintJtaPlatform.getCurrentStatus()Obtain the current transaction status using whatever means is preferred for this platform -
Uses of SystemException in org.hibernate.internal
Methods in org.hibernate.internal with parameters of type SystemExceptionModifier and TypeMethodDescriptionExceptionMapperStandardImpl.mapStatusCheckFailure(String message, SystemException systemException, SessionImplementor sessionImplementor) voidCoreMessageLogger.unableToSetTransactionToRollbackOnly(SystemException e) -
Uses of SystemException in org.hibernate.jpa.internal
Methods in org.hibernate.jpa.internal with parameters of type SystemExceptionModifier and TypeMethodDescriptionExceptionMapperLegacyJpaImpl.mapStatusCheckFailure(String message, SystemException systemException, SessionImplementor session) -
Uses of SystemException in org.hibernate.resource.transaction.backend.jta.internal.synchronization
Methods in org.hibernate.resource.transaction.backend.jta.internal.synchronization with parameters of type SystemExceptionModifier and TypeMethodDescriptionExceptionMapper.mapStatusCheckFailure(String message, SystemException systemException, SessionImplementor sessionImplementor) Map a JTASystemExceptionto the appropriate runtime-based exception. -
Uses of SystemException in org.infinispan.commons.tx
Methods in org.infinispan.commons.tx that throw SystemExceptionModifier and TypeMethodDescriptionvoidTransactionManagerImpl.begin()voidTransactionManagerImpl.commit()booleanTransactionImpl.delistResource(XAResource xaRes, int flag) De-list an XA resource from this transaction.booleanTransactionImpl.enlistResource(XAResource resource) Enlist an XA resource with this transaction.intTransactionManagerImpl.getStatus()voidTransactionManagerImpl.resume(Transaction tx) voidTransactionImpl.rollback()Rolls back this transaction.voidTransactionManagerImpl.rollback()voidTransactionManagerImpl.setRollbackOnly()voidTransactionManagerImpl.setTransactionTimeout(int seconds) TransactionManagerImpl.suspend() -
Uses of SystemException in org.jboss.ejb._private
Methods in org.jboss.ejb._private that return SystemExceptionModifier and TypeMethodDescriptionfinal SystemExceptionLogs_$logger.internalSystemErrorWithTx(Throwable t) Logs.internalSystemErrorWithTx(Throwable t) final SystemExceptionLogs_$logger.outflowTransactionTimeoutElapsed(Transaction transaction) Logs.outflowTransactionTimeoutElapsed(Transaction transaction) final SystemExceptionLogs_$logger.transactionNoLongerActive()Logs.transactionNoLongerActive() -
Uses of SystemException in org.jboss.ejb.server
Methods in org.jboss.ejb.server that throw SystemExceptionModifier and TypeMethodDescriptionInvocationRequest.Resolved.getTransaction()Get the inflowed transaction of the request.SessionOpenRequest.getTransaction()Get the inflowed transaction of the request. -
Uses of SystemException in org.wildfly.httpclient.transaction
Methods in org.wildfly.httpclient.transaction that return SystemExceptionModifier and TypeMethodDescriptionfinal SystemExceptionHttpRemoteTransactionMessages_$logger.operationInterrupted()HttpRemoteTransactionMessages.operationInterrupted()Methods in org.wildfly.httpclient.transaction that throw SystemExceptionModifier and TypeMethodDescriptionorg.wildfly.transaction.client.spi.SimpleTransactionControlHttpRemoteTransactionPeer.begin(int timeout) org.wildfly.transaction.client.spi.RemoteTransactionPeerHttpRemoteTransactionProvider.getPeerHandle(URI uri, SSLContext sslContext, AuthenticationConfiguration authenticationConfiguration)