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

Chris Ridd
09.45.2013 d954ca4d5899d00df2001ec877fc3ffe94ee28d8
opends/src/ads/org/opends/admin/ads/ReplicaDescriptor.java
@@ -23,6 +23,7 @@
 *
 *
 *      Copyright 2007-2009 Sun Microsystems, Inc.
 *      Portions copyright 2013 ForgeRock, AS.
 */
package org.opends.admin.ads;
@@ -30,6 +31,7 @@
import java.util.HashSet;
import java.util.Set;
/**
 * The object of this class represent a Replica (i.e. a suffix in a given
 * server).
@@ -65,6 +67,16 @@
  }
  /**
   * Returns whether replication is replicated on this server or not.
   * @return <CODE>true</CODE> if replication is enabled and
   * <CODE>false</CODE> otherwise.
   */
  public boolean isReplicationEnabled()
  {
    return server.isReplicationEnabled();
  }
  /**
   * Sets the number of entries contained in the replica.
   * @param entries the number of entries contained in the replica.
   */