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

gbellato
25.35.2007 5349c97806bb0a00038d8dc3dee4254fad187649
opends/src/server/org/opends/server/messages/ReplicationMessages.java
File was renamed from opends/src/server/org/opends/server/messages/SynchronizationMessages.java
@@ -30,9 +30,9 @@
/**
 * This class defines the set of message IDs and default format strings for
 * messages associated with the Synchronization.
 * messages associated with the Replication.
 */
public class SynchronizationMessages {
public class ReplicationMessages {
  /**
   * Name used to store attachment of historical information in the
@@ -240,7 +240,7 @@
  /**
   * Exception while receiving a message.
   */
  public static final int MSGID_EXCEPTION_RECEIVING_SYNCHRONIZATION_MESSAGE =
  public static final int MSGID_EXCEPTION_RECEIVING_REPLICATION_MESSAGE =
    CATEGORY_MASK_SYNC | SEVERITY_MASK_SEVERE_ERROR | 34;
  /**
@@ -443,8 +443,8 @@
        "An unexpected error happened sending an ack to %s." +
        "This connection is going to be closed. ");
    registerMessage(
        MSGID_EXCEPTION_RECEIVING_SYNCHRONIZATION_MESSAGE,
        "An Exception was caught while receiving synchronization message : %s");
        MSGID_EXCEPTION_RECEIVING_REPLICATION_MESSAGE,
        "An Exception was caught while receiving replication message : %s");
    registerMessage(MSGID_LOOP_REPLAYING_OPERATION,
        "A loop was detected while replaying operation: %s");
    registerMessage(MSGID_FILE_CHECK_CREATE_FAILED,
@@ -468,7 +468,7 @@
        " The Changelog servers will queue up to this number of messages" +
        " in its memory queue and save the older messages to persistent" +
        " storage. Using a larger size may improve performances when" +
        " The synchronization delay is larger than this size but at the cost" +
        " The replication delay is larger than this size but at the cost" +
        " of using more memory");
    registerMessage(MSGID_CHANGELOG_DIR_PATH_ATTR,
        "Specifies the Changelog Server directory. The Changelog server" +