| Package | Description |
|---|---|
| de.saxsys.synchronizefx.core.metamodel |
The classes in this package build up a meta model around the users domain model.
|
| de.saxsys.synchronizefx.core.metamodel.executors |
Contains the classes that evaluate incoming change commands to synchronize the local models with
remote models.
|
| de.saxsys.synchronizefx.core.metamodel.executors.lists |
Like the package de.saxsys.synchronizefx.core.metamodel.executors but especially for list properties.
|
| Class and Description |
|---|
| ListPropertyCommandExecutor
Executes
ListCommands received from other peers if appropriate. |
| Class and Description |
|---|
| ReparingListPropertyCommandExecutor
Manages the repairing and executing respectively re-sending of local and remote commands.
|
| Class and Description |
|---|
| AddToListRepairer
Repairs a remote
AddToList commands in relation to local ListCommands and local AddToList
commands in relation to remote ListCommands. |
| ListCommandIndexRepairer
Repairs the indices of
ListCommands. |
| ListCommandVersionRepairer
Updates the
ListCommand.getListVersionChange() information of repaired commands. |
| ListPropertyCommandExecutor
Executes
ListCommands received from other peers if appropriate. |
| RemoveFromListRepairer
Repairs a remote
RemoveFromList commands in relation to local ListCommands and local
RemoveFromList commands in relation to remote ListCommands. |
| ReplaceInListRepairer
Repairs a remote
ReplaceInList commands in relation to local ListCommands and local
ReplaceInList commands in relation to remote ListCommands. |
| SimpleListPropertyCommandExecutor
Executes all incoming
ListCommands regardless of whether they are executable or not. |
Copyright © 2016 Saxonia Systems AG. All Rights Reserved.