com.arjuna.mw.wst
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 |
boolean |
equals(java.lang.Object o)
|
boolean |
valid()
|
valid
public boolean valid()
- Returns:
- true if the context is valid, false otherwise.
equals
public boolean equals(java.lang.Object o)
- Returns:
- true if the parameter represents the same context as
the target object, false otherwise.