public interface UserTransaction
| Modifier and Type | Method and Description |
|---|---|
void |
begin() |
void |
commit() |
int |
getStatus() |
void |
rollback() |
void |
setRollbackOnly() |
void |
setTransactionTimeout(int seconds) |
void begin()
throws NotSupportedException,
SystemException
NotSupportedExceptionSystemExceptionvoid commit()
throws HeuristicMixedException,
HeuristicRollbackException,
IllegalStateException,
RollbackException,
SecurityException,
SystemException
int getStatus()
throws SystemException
SystemExceptionvoid rollback()
throws IllegalStateException,
SecurityException,
SystemException
void setRollbackOnly()
throws IllegalStateException,
SystemException
IllegalStateExceptionSystemExceptionvoid setTransactionTimeout(int seconds)
throws SystemException
SystemExceptionCopyright © 2025. All rights reserved.