tyrex.tm.impl
public final class UserTransactionImpl extends Object implements UserTransaction
To obtain the user transaction use either Tyrex or look it up through JNDI (java:/comp/UserTransaction).
Version: $Revision: 1.2 $ $Date: 2001/03/12 19:20:20 $
Constructor Summary | |
---|---|
UserTransactionImpl(TransactionManagerImpl txManager)
Private constructor. |
Method Summary | |
---|---|
void | begin() |
void | commit() |
int | getStatus() |
void | rollback() |
void | setRollbackOnly() |
void | setTransactionTimeout(int timeout) |