JavaScript is disabled on your browser.
Red Hat JBoss Enterprise Application Platform 6.4.19.GA
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
All Known Implementing Classes:
TxContextImple , TxContextImple
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
Methods
Modifier and Type
Method and Description
boolean
equals (Object o)
boolean
valid ()
Method Detail
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.
Red Hat JBoss Enterprise Application Platform 6.4.19.GA
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2018 JBoss by Red Hat . All rights reserved.