From 1c5742d0d3493faf8f2f2723d0c6c3df088cc80e Mon Sep 17 00:00:00 2001
From: mrossign <mrossign@localhost>
Date: Thu, 24 Jan 2008 15:28:25 +0000
Subject: [PATCH] Fix for #2863: Processes remain after stopping all replication servers at the same time
---
opends/src/server/org/opends/server/replication/plugin/ReplicationDomain.java | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/opends/src/server/org/opends/server/replication/plugin/ReplicationDomain.java b/opends/src/server/org/opends/server/replication/plugin/ReplicationDomain.java
index 8e4efd0..0800236 100644
--- a/opends/src/server/org/opends/server/replication/plugin/ReplicationDomain.java
+++ b/opends/src/server/org/opends/server/replication/plugin/ReplicationDomain.java
@@ -2865,6 +2865,15 @@
return DirectoryServer.getBackend(baseDN);
}
+ /**
+ * Get the internal broker to perform some operations on it.
+ *
+ * @return The broker for this domain.
+ */
+ ReplicationBroker getBroker()
+ {
+ return broker;
+ }
/**
* Exports an entry in LDIF format.
--
Gitblit v1.10.0