Uses of Class
jakarta.transaction.SystemException
-
Packages that use SystemException Package Description jakarta.transaction 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.org.infinispan.commons.tx org.jboss.ejb._private org.jboss.ejb.server org.wildfly.httpclient.transaction -
-
Uses of SystemException in jakarta.transaction
Methods in jakarta.transaction that throw SystemException Modifier and Type Method Description voidTransactionManager. 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.TransactionTransactionManager. 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.TransactionTransactionManager. 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.infinispan.commons.tx
Methods in org.infinispan.commons.tx that throw SystemException Modifier and Type Method Description voidTransactionManagerImpl. 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)TransactionTransactionManagerImpl. suspend() -
Uses of SystemException in org.jboss.ejb._private
Methods in org.jboss.ejb._private that return SystemException Modifier and Type Method Description SystemExceptionLogs_$logger. internalSystemErrorWithTx(Throwable t)SystemExceptionLogs. internalSystemErrorWithTx(Throwable t)SystemExceptionLogs_$logger. outflowTransactionTimeoutElapsed(Transaction transaction)SystemExceptionLogs. outflowTransactionTimeoutElapsed(Transaction transaction)SystemExceptionLogs_$logger. transactionNoLongerActive()SystemExceptionLogs. transactionNoLongerActive() -
Uses of SystemException in org.jboss.ejb.server
Methods in org.jboss.ejb.server that throw SystemException Modifier and Type Method Description TransactionInvocationRequest.Resolved. getTransaction()Get the inflowed transaction of the request.TransactionSessionOpenRequest. getTransaction()Get the inflowed transaction of the request. -
Uses of SystemException in org.wildfly.httpclient.transaction
Methods in org.wildfly.httpclient.transaction that return SystemException Modifier and Type Method Description SystemExceptionHttpRemoteTransactionMessages_$logger. operationInterrupted()SystemExceptionHttpRemoteTransactionMessages. operationInterrupted()Methods in org.wildfly.httpclient.transaction that throw SystemException Modifier and Type Method Description org.wildfly.transaction.client.spi.SimpleTransactionControlHttpRemoteTransactionPeer. begin(int timeout)org.wildfly.transaction.client.spi.RemoteTransactionPeerHttpRemoteTransactionProvider. getPeerHandle(URI uri, SSLContext sslContext, AuthenticationConfiguration authenticationConfiguration)
-