From d90a8f4889fdc359bfe5f089b937b303a4d58973 Mon Sep 17 00:00:00 2001
From: fguigues <fguigues@localhost>
Date: Fri, 12 Dec 2008 13:13:01 +0000
Subject: [PATCH] * Ability to create monitor provider with hierarchical naming * Modification of Network Monitor provider names (includes hierarchical naming) * Provide basic Monitoring objects. * Add monitoring instrumentation for the connection handlers. * Add the ability to do a subtree search in the monitor backend.

---
 opends/src/server/org/opends/server/util/ServerConstants.java |   11 +++++++++++
 1 files changed, 11 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 fdbe328..6403536 100644
--- a/opends/src/server/org/opends/server/util/ServerConstants.java
+++ b/opends/src/server/org/opends/server/util/ServerConstants.java
@@ -287,6 +287,12 @@
   public static final String ATTR_MONITOR_CONNHANDLER_LISTENER =
        "ds-connectionhandler-listener";
 
+   /**
+   * The name of the monitor attribute that is used to hold the connection
+   * handler listeners.
+   */
+  public static final String ATTR_MONITOR_CONFIG_DN =
+       "ds-mon-config-dn";
 
 
   /**
@@ -847,6 +853,11 @@
    */
   public static final String OC_MONITOR_ENTRY = "ds-monitor-entry";
 
+   /**
+   * The name of the objectclass that will be used as the structural class for
+   * monitor branches.
+   */
+  public static final String OC_MONITOR_BRANCH = "ds-mon-branch";
 
 
   /**

--
Gitblit v1.10.0