From fd56366c63cf39c8a569b2efde31d2efd26b9a7f Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Fri, 11 Jan 2013 17:03:44 +0000
Subject: [PATCH] Fix for OPENDJ-670. Add an objectclass for the statistics entries under cn=monitor. The schema for this objectclass is also added in 02-config.ldif.
---
opends/src/server/org/opends/server/util/ServerConstants.java | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/opends/src/server/org/opends/server/util/ServerConstants.java b/opends/src/server/org/opends/server/util/ServerConstants.java
index 5fc7f66..2088786 100644
--- a/opends/src/server/org/opends/server/util/ServerConstants.java
+++ b/opends/src/server/org/opends/server/util/ServerConstants.java
@@ -23,7 +23,7 @@
*
*
* Copyright 2006-2010 Sun Microsystems, Inc.
- * Portions Copyright 2010-2012 ForgeRock AS
+ * Portions Copyright 2010-2013 ForgeRock AS
*/
package org.opends.server.util;
@@ -1055,7 +1055,12 @@
*/
public static final String OC_MONITOR_CONNHANDLER =
"ds-connectionhandler-monitor-entry";
-
+ /**
+ * The name of the custom objectclass that will be included in connection
+ * handler statistics monitor entries.
+ */
+ public static final String OC_MONITOR_CONNHANDLERSTATS =
+ "ds-connectionhandler-statistics-monitor-entry";
/**
--
Gitblit v1.10.0