Methods
- -initWithTransactionStep
- Constructor
- -initWithTransactionStep:withContext:
- Constructor
- -transactionContext
- -transactionStep
Constructor
See Also:
-
initWithTransactionStep:withContext:
- initWithTransactionStep: (id <FTTransactionStep>) aTransactionStep withContext: (FTTransactionContext *) aTransactionContext;
Parameter Descriptions
transactionStep
- step to perform
transactionContext
- context of the step
- method result
- self
Constructor
See Also:
-
initWithTransactionStep
- initWithTransactionStep: (id <FTTransactionStep>) aTransactionStep withContext: (FTTransactionContext *) aTransactionContext;
Parameter Descriptions
transactionStep
- step to perform
transactionContext
- context of the step
- (FTTransactionContext *) transactionContext;
- method result
- return the context of the transaction step
- (id <FTTransactionStep>) transactionStep;
- method result
- returns the transaction step to perform
(Last Updated August 27, 2006)