Interface TxContext


public interface TxContext
This class represents a handle on a stack of transactions. It should only be used for suspending and resuming the thread-to-transaction association. The transaction at the top of the stack is the current transaction.
Since:
XTS 1.0.
Version:
$Id: TxContext.java,v 1.5 2004/03/15 13:25:14 nmcl Exp $
Author:
Mark Little (mark.little@arjuna.com)
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    boolean
     
  • Method Details

    • valid

      boolean valid()
      Returns:
      true if the context is valid, false otherwise.
    • equals

      boolean equals(Object o)
      Overrides:
      equals in class Object
      Returns:
      true if the parameter represents the same context as the target object, false otherwise.