FTTransactionContext


Abstract

Context the global transaction context which is hand-off to implementations of

Discussion



Methods

-addObject
Adds an object to the context
-addObject:forKey:
Adds an object to the context
-objectForKey:
-removeObjectForKey:
removes the object associated to the given key. Does nothing if the key could not be found

addObject


Adds an object to the context

See Also:
addObject:forKey:
- addObject: (id) anObject forKey: (id) keyOfObject;
method result
self

addObject:forKey:


Adds an object to the context

See Also:
addObject
- addObject: (id) anObject forKey: (id) keyOfObject;

objectForKey:


- objectForKey: (id) keyOfObject;
method result
returns the object associated to the given key or nil if not existent

removeObjectForKey:


removes the object associated to the given key. Does nothing if the key could not be found

- removeObjectForKey: (id) keyOfObject;
method result
returns the removed object or nil

(Last Updated August 27, 2006)