org.omg.CosTransactions
Interface Current
public
interface
Current
extends CurrentOperations, Current, Object, IDLEntity
The Current interface defines operations that allow a client of the Transaction Service
to explicitly manage the association between threads and transactions. The Current
interface also defines operations that simplify the use of the Transaction Service for
most applications. These operations can be used to begin and end transactions and to
obtain information about the current transaction.
The Current interface is designed to be supported by a pseudo object whose behavior
depends upon and may alter the transaction context associated with the invoking
thread.