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

Jean-Noel Rouvignac
09.43.2013 5c5b4b334c4ecb54c46cf909f3aabefb68171fe6
opends/src/server/org/opends/server/replication/server/changelog/je/JEChangelogDB.java
@@ -48,7 +48,7 @@
import static org.opends.server.util.StaticUtils.*;
/**
 * JE implementation of the ChangelogDB.
 * JE implementation of the ChangelogDB interface.
 */
public class JEChangelogDB implements ChangelogDB, ReplicationDomainDB
{
@@ -724,4 +724,19 @@
    return wasCreated;
  }
  /** {@inheritDoc} */
  @Override
  public void replicaHeartbeat(DN baseDN, CSN csn)
  {
    // TODO implement this when the changelogDB will be responsible for
    // maintaining the medium consistency point
  }
  /** {@inheritDoc} */
  @Override
  public void replicaOffline(DN baseDN, int serverId)
  {
    // TODO implement this when the changelogDB will be responsible for
    // maintaining the medium consistency point
  }
}