javax.transaction
public interface UserTransaction
Version: $Rev: 467742 $ $Date: 2006-10-25 20:30:38 +0100 (Wed, 25 Oct 2006) $
| Method Summary | |
|---|---|
| void | begin() |
| void | commit() |
| int | getStatus() |
| void | rollback() |
| void | setRollbackOnly() |
| void | setTransactionTimeout(int seconds) |