Interface TransactionHandler

All Known Implementing Classes:
TransactionHandlerImpl

public interface TransactionHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    begin(int txTimeout)
    Begin the transaction
    boolean
    Can UserTransaction be started? Can start only if it doesn't already exist.
    void
    Commit the transaction
    int
    javax.transaction.Status of the UserTransaction
    javax.transaction.Status as a String.
    boolean
    Is the UserTransaction active on this thread?
    boolean
    Is the UserTransaction marked for roll back?
    void
    Roll back the transaction
    void
    Mark the transaction as roll back only
    boolean
    Is transaction associated with the current thread?
    boolean
    Is the UserTransaction available?