| | |
| | | * servers It is responsible for creating the replication server |
| | | * replicationServerDomain and managing it |
| | | */ |
| | | public final class ReplicationServer |
| | | public class ReplicationServer |
| | | implements ConfigurationChangeListener<ReplicationServerCfg> |
| | | { |
| | | private String serverURL; |
| | |
| | | return config.isComputeChangeNumber(); |
| | | } |
| | | |
| | | /** |
| | | * Returns whether the external change-log contains data from at least a domain. |
| | | * @return whether the external change-log contains data from at least a domain |
| | | */ |
| | | public boolean isECLEnabled() |
| | | { |
| | | return MultimasterReplication.isECLEnabled(); |
| | | } |
| | | |
| | | /** {@inheritDoc} */ |
| | | @Override |
| | | public String toString() |