Commits a transaction.
Syntax
pubic void commit()
Exceptions
Throws the following exceptions:
- CwDBTransactionException--This exception occurs when the
StateManagement class is unable to commit the transaction.
- CwDBConnectionException--This exception occurs when the
StateManagement class is unable to begin the transaction.
