From ba9510acb2db7e85d026f0c87c558329c38259b2 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.
---
opendj-sdk/opends/src/server/org/opends/server/util/ServerConstants.java | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/opendj-sdk/opends/src/server/org/opends/server/util/ServerConstants.java b/opendj-sdk/opends/src/server/org/opends/server/util/ServerConstants.java
index bc74ccc..3010a9b 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/util/ServerConstants.java
+++ b/opendj-sdk/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