Methods


-abort
Aborts the whole transaction
-commit
commits all actions associated with this transaction

abort


Aborts the whole transaction

- (void) abort 

commit


commits all actions associated with this transaction

- (void) commit;

(Last Updated August 27, 2006)