Uses of Interface
com.arjuna.mw.wst.TxContext

Packages that use TxContext
Package
Description
 
  • Uses of TxContext in com.arjuna.mw.wst11

    Methods in com.arjuna.mw.wst11 that return TxContext
    Modifier and Type
    Method
    Description
    abstract TxContext
    BusinessActivityManager.currentTransaction()
    The currentTransaction method returns the TxContext for the current transaction, or null if there is none.
    abstract TxContext
    TransactionManager.currentTransaction()
    The currentTransaction method returns the TxContext for the current transaction, or null if there is none.
    abstract TxContext
    BusinessActivityManager.suspend()
    A thread of control may require periods of non-transactionality so that it may perform work that is not associated with a specific transaction.
    abstract TxContext
    TransactionManager.suspend()
    A thread of control may require periods of non-transactionality so that it may perform work that is not associated with a specific transaction.
    Methods in com.arjuna.mw.wst11 with parameters of type TxContext
    Modifier and Type
    Method
    Description
    abstract void
    BusinessActivityManager.resume(TxContext txContext)
    The resume method can be used to (re-)associate a thread with a transaction(s) via its TxContext.
    abstract void
    TransactionManager.resume(TxContext txContext)
    The resume method can be used to (re-)associate a thread with a transaction(s) via its TxContext.