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

Nicolas Capponi
22.35.2014 3b08e64ccf908fa4c57e6ee13aa8901efcc53ee2
opendj3-server-dev/src/server/org/opends/server/backends/ChangelogBackend.java
@@ -36,6 +36,7 @@
import org.opends.server.core.ModifyDNOperation;
import org.opends.server.core.ModifyOperation;
import org.opends.server.core.SearchOperation;
import org.opends.server.replication.protocol.UpdateMsg;
import org.opends.server.replication.server.ReplicationServer;
import org.opends.server.replication.server.changelog.je.ECLEnabledDomainPredicate;
import org.opends.server.types.AttributeType;
@@ -285,4 +286,27 @@
    throw new RuntimeException("Not implemented");
  }
  /**
   * Get the instance of backend.
   *
   * @return the instance
   */
  public static ChangelogBackend getInstance()
  {
    throw new RuntimeException("Not implemented");
  }
  /**
   * Notify.
   *
   * @param baseDN
   *            The base DN
   * @param updateMsg
   *            The update msg
   */
  public void notifyCookieEntryAdded(DN baseDN, UpdateMsg updateMsg)
  {
    throw new RuntimeException("Not implemented");
  }
}