From 5349c97806bb0a00038d8dc3dee4254fad187649 Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Wed, 25 Apr 2007 16:35:36 +0000
Subject: [PATCH] Second set of renaming for issue 1090 Rename org.opends.server.replication.changelog into org.opends.server.synchronization.changelog Use replication instead of synchronization in many places in the code/comment/file names
---
opends/src/server/org/opends/server/messages/ReplicationMessages.java | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/opends/src/server/org/opends/server/messages/SynchronizationMessages.java b/opends/src/server/org/opends/server/messages/ReplicationMessages.java
similarity index 97%
rename from opends/src/server/org/opends/server/messages/SynchronizationMessages.java
rename to opends/src/server/org/opends/server/messages/ReplicationMessages.java
index 02124d4..a2dde6d 100644
--- a/opends/src/server/org/opends/server/messages/SynchronizationMessages.java
+++ b/opends/src/server/org/opends/server/messages/ReplicationMessages.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" +
--
Gitblit v1.10.0