From b19ae6bcf067bb426cc404398c9491634b00c050 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Thu, 10 Jul 2014 15:36:31 +0000
Subject: [PATCH] OPENDJ-1453 (CR-3870) Replica offline messages should be synced with updates
---
opendj3-server-dev/src/server/org/opends/server/replication/service/ReplicationDomain.java | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/opendj3-server-dev/src/server/org/opends/server/replication/service/ReplicationDomain.java b/opendj3-server-dev/src/server/org/opends/server/replication/service/ReplicationDomain.java
index ce9d714..985b34e 100644
--- a/opendj3-server-dev/src/server/org/opends/server/replication/service/ReplicationDomain.java
+++ b/opendj3-server-dev/src/server/org/opends/server/replication/service/ReplicationDomain.java
@@ -3417,6 +3417,15 @@
}
/**
+ * Publishes a replica offline message if all pending changes for current
+ * replica have been sent out.
+ */
+ public void publishReplicaOfflineMsg()
+ {
+ // Here to be overridden
+ }
+
+ /**
* Publish information to the Replication Service (not assured mode).
*
* @param msg The byte array containing the information that should
--
Gitblit v1.10.0