Begins a new transaction for the current thread. @throws NotSupportedException if the transaction manager does not support transactions @throws SystemException if a system error occurred
()
| 29 | * @throws SystemException if a system error occurred |
| 30 | */ |
| 31 | void begin() throws NotSupportedException, SystemException; |
| 32 | |
| 33 | /** |
| 34 | * Commits the transaction associated with the current thread. |
no outgoing calls