Uses of Class
com.sun.xml.ws.rx.rm.runtime.transaction.TransactionException
Packages that use TransactionException
-
Uses of TransactionException in com.sun.xml.ws.rx.rm.runtime.transaction
Methods in com.sun.xml.ws.rx.rm.runtime.transaction that throw TransactionExceptionModifier and TypeMethodDescriptionvoidTransactionHandler.begin(int txTimeout) Begin the transactionvoidTransactionHandlerImpl.begin(int txTimeout) booleanTransactionHandler.canBegin()Can UserTransaction be started? Can start only if it doesn't already exist.voidTransactionHandler.commit()Commit the transactionvoidTransactionHandlerImpl.commit()intTransactionHandler.getStatus()javax.transaction.Status of the UserTransactionintTransactionHandlerImpl.getStatus()TransactionHandler.getStatusAsString()javax.transaction.Status as a String.TransactionHandlerImpl.getStatusAsString()booleanTransactionHandler.isActive()Is the UserTransaction active on this thread?booleanTransactionHandlerImpl.isActive()booleanTransactionHandler.isMarkedForRollback()Is the UserTransaction marked for roll back?booleanTransactionHandlerImpl.isMarkedForRollback()voidTransactionHandler.rollback()Roll back the transactionvoidTransactionHandlerImpl.rollback()voidTransactionHandler.setRollbackOnly()Mark the transaction as roll back onlyvoidTransactionHandlerImpl.setRollbackOnly()booleanTransactionHandler.transactionExists()Is transaction associated with the current thread?booleanTransactionHandlerImpl.transactionExists()booleanTransactionHandler.userTransactionAvailable()Is the UserTransaction available?booleanTransactionHandlerImpl.userTransactionAvailable()