From 0bee1ee3a776af367c685d042155cd43ae71deab Mon Sep 17 00:00:00 2001 From: gbellato <gbellato@localhost> Date: Mon, 13 Nov 2006 08:31:12 +0000 Subject: [PATCH] Fix for 982 : reorganize synchronization code : --- opendj-sdk/opends/src/server/org/opends/server/synchronization/package-info.java | 41 ++--------------------------------------- 1 files changed, 2 insertions(+), 39 deletions(-) diff --git a/opendj-sdk/opends/src/server/org/opends/server/synchronization/package-info.java b/opendj-sdk/opends/src/server/org/opends/server/synchronization/package-info.java index 16fba6a..02142d0 100644 --- a/opendj-sdk/opends/src/server/org/opends/server/synchronization/package-info.java +++ b/opendj-sdk/opends/src/server/org/opends/server/synchronization/package-info.java @@ -26,44 +26,7 @@ */ /** - * This package contains the part of the Multimaster - * synchronization code that works on the Directory Server side. - * <br> - * The main classes of this core are : - * <ul> - * <li> - * <A HREF="MultimasterSynchronization.html"><B>MultimasterSynchronization - * </B></A>contains the synchronization provider - * code and more generally all the code that makes the glue between the core - * server and the synchronization code. - * </li> - * <li> - * <A HREF="SynchronizationDomain.html"><B>SynchronizationDomain</B></A> - * contains the bulk of the Directory Server side of the - * synchronization code. Most notably it contains the root method for - * publishing a change, processing a change received from the changelog - * service, handle conflict resolution, handle protocol messages from the - * changelog server. - * </li> - * <li> - * <A HREF="ChangeNumber.html"><B>ChangeNumber</B></A> - * and <A HREF="ChangeNumberGenerator.html"><B>ChangeNumberGenerator</B></A> - * contain the code related to Change Numbers code and their generation. - * </li> - * <li> - * <A HREF="ServerState.html"><B>ServerState</B></A> - * contain the code necessary for maintaining the updatedness - * of a server. - * Historical.java and the classes that it uses contain the code for - * generating and loading the historical information (only modify aspects are - * implemented) - * </li> - * <li> - * <A HREF="SynchronizationMessage.html"><B>SynchronizationMessage</B></A> - * and the classes that inherit from it contain the - * description of the protocol messages that are exchanged between the - * directory servers and the changelog servers and their encoding/decoding. - * </li> - * </ul> + * This package contains the code for the synchronization feature + * which provides a Multi-Master replication system. */ package org.opends.server.synchronization; -- Gitblit v1.10.0