FTTransactionStepAndContext


Abstract

Internal representation used to combine a transaction with its related context



Methods

-initWithTransactionStep
Constructor
-initWithTransactionStep:withContext:
Constructor
-transactionContext
-transactionStep

initWithTransactionStep


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

initWithTransactionStep:withContext:


Constructor

See Also:
initWithTransactionStep
- initWithTransactionStep: (id <FTTransactionStep>) aTransactionStep withContext: (FTTransactionContext *) aTransactionContext;
Parameter Descriptions
transactionStep
step to perform
transactionContext
context of the step

transactionContext


- (FTTransactionContext *) transactionContext;
method result
return the context of the transaction step

transactionStep


- (id <FTTransactionStep>) transactionStep;
method result
returns the transaction step to perform

(Last Updated August 27, 2006)