FTTransactionStep


Abstract

Represents an atomic action within a sequence of transaction steps



Methods

-performAction:
Called by the transaction controll in order to run the transaction
-undoAction:
removes all modifications previously been done by

performAction:


Called by the transaction controll in order to run the transaction

- (BOOL) performAction: (FTTransactionContext *) transactionContext 
method result
return information about the success of this operation

undoAction:


removes all modifications previously been done by

- (BOOL) undoAction: (FTTransactionContext *) transactionContext;
method result
return YES if done successfully

(Last Updated August 27, 2006)