public class CommandLogDispatcher extends Object
This class dispatches the local commands to the different executors which are interested in them.
| Constructor and Description |
|---|
CommandLogDispatcher()
Creates an instance that dispatches no commands as no executors are interested in them.
|
CommandLogDispatcher(RepairingSingleValuePropertyCommandExecutor singleValue,
ReparingListPropertyCommandExecutor lists)
Initializes this dispatcher with all executers that are interested in commands.
|
| Modifier and Type | Method and Description |
|---|---|
void |
logLocalCommands(List<Command> commands)
Logs a list of locally generated commands that is sent to the server.
|
public CommandLogDispatcher(RepairingSingleValuePropertyCommandExecutor singleValue, ReparingListPropertyCommandExecutor lists)
singleValue - The executor for single-value-property change commands.lists - The executor for list property commands.public CommandLogDispatcher()
Copyright © 2016 Saxonia Systems AG. All Rights Reserved.