Uses of Class
org.jboss.stm.async.Transaction
Packages that use Transaction
-
Uses of Transaction in org.jboss.stm.async
Methods in org.jboss.stm.async that return TransactionModifier and TypeMethodDescriptionstatic final Transaction
Transaction.suspend()
Suspend all transaction association from the invoking thread.Methods in org.jboss.stm.async with parameters of type TransactionModifier and TypeMethodDescriptionstatic final boolean
Transaction.resume
(Transaction act) Resume transaction association on the current thread.