Commits the transaction. @throws RollbackException if the transaction has been marked for rollback only @throws HeuristicMixedException if the transaction was heuristically partitioned, with some resources committed and others rolled back @throws HeuristicRollbackException if the transactio
()
| 37 | * @throws SystemException if a system error occurred |
| 38 | */ |
| 39 | void commit() throws RollbackException, HeuristicMixedException, HeuristicRollbackException, SecurityException, |
| 40 | IllegalStateException, SystemException; |
| 41 | |
| 42 | /** |
no outgoing calls