
| ProcessChangesQueue | ( | ) | [protected] |
| void _process | ( | EOObjectStoreCoordinator | sender, | |
| EOObjectStoreCoordinator | osc, | |||
| NSMutableDictionary | dbcs, | |||
| SnapshotProcessor | processor, | |||
| NSDictionary | changesByEntity, | |||
| String | userInfoKey | |||
| ) | [protected] |
| void addChange | ( | Change | changes | ) |
| void process | ( | EOObjectStoreCoordinator | sender, | |
| SnapshotProcessor | processor, | |||
| NSDictionary | changesByEntity, | |||
| String | userInfoKey | |||
| ) | [protected] |
| dictionary | ||
| sender |
| void processRemoteChange | ( | RemoteChange | remoteChange | ) | [protected] |
| void publishRemoteChanges | ( | int | transactionID, | |
| LocalChange | localChange | |||
| ) | [protected] |
| void run | ( | ) |
| void stop | ( | ) |
CacheChangeProcessor _deleteCacheChangeProcessor = new DeleteCacheChangeProcessor() [private] |
SnapshotProcessor _deleteProcessor = new DeleteSnapshotProcessor() [private] |
List _elements = new LinkedList() [private] |
CacheChangeProcessor _insertCacheChangeProcessor = new InsertCacheChangeProcessor() [private] |
SnapshotProcessor _insertProcessor = new InsertSnapshotProcessor() [private] |
SnapshotProcessor _invalidateProcessor = new InvalidateSnapshotProcessor() [private] |
boolean _running [private] |
CacheChangeProcessor _toManyUpdateCacheChangeProcessor = new ToManyUpdateCacheChangeProcessor() [private] |
int _transactionID [private] |
CacheChangeProcessor _updateCacheChangeProcessor = new UpdateCacheChangeProcessor() [private] |
SnapshotProcessor _updateProcessor = new UpdateSnapshotProcessor() [private] |
1.5.8