mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Fabio Pistolesi
05.31.2016 761ba8a31ca6ea11cd1965ab66c3bea4bcd5a01a
opendj-server-legacy/src/main/java/org/opends/server/replication/server/ReplicationServer.java
@@ -79,7 +79,7 @@
 * 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;
@@ -1338,6 +1338,15 @@
    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()