From 528610c52f309c0fa3e5429224e106707f2cb07c Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Wed, 13 Dec 2006 00:44:34 +0000
Subject: [PATCH] Update the backend monitor entries to include a ds-backend-is-private attribute which indicates whether the associated backend is registered as a private backend.

---
 opends/src/server/org/opends/server/util/ServerConstants.java |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/opends/src/server/org/opends/server/util/ServerConstants.java b/opends/src/server/org/opends/server/util/ServerConstants.java
index bc74ccc..3010a9b 100644
--- a/opends/src/server/org/opends/server/util/ServerConstants.java
+++ b/opends/src/server/org/opends/server/util/ServerConstants.java
@@ -200,6 +200,15 @@
 
 
   /**
+   * The name of the monitor attribute that is used to indicate whether a
+   * backend is private.
+   */
+  public static final String ATTR_MONITOR_BACKEND_IS_PRIVATE =
+       "ds-backend-is-private";
+
+
+
+  /**
    * The name of the monitor attribute that is used to hold the backend entry
    * count.
    */

--
Gitblit v1.10.0