NSMutableArray* observersRecords;
NSMutableArray* transactions;
Note: one might think of using a NSDictionary for mapping threads to their transaction. However, NSThread does not conform to the copy protocol that is needed for an object to become a key.
NSMutableArray* transactionsSchedule;
(Last Updated 8/31/2006)