From fcf4062cd683982459c67b18f8d4b7627cf9ea4e Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Tue, 30 Jan 2007 16:11:11 +0000
Subject: [PATCH] Add a new task that may be used to cause the server to load the contents of a new file into the schema without the need to restart.

---
 opends/src/server/org/opends/server/config/ConfigConstants.java |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/opends/src/server/org/opends/server/config/ConfigConstants.java b/opends/src/server/org/opends/server/config/ConfigConstants.java
index 5890265..28656a5 100644
--- a/opends/src/server/org/opends/server/config/ConfigConstants.java
+++ b/opends/src/server/org/opends/server/config/ConfigConstants.java
@@ -3730,5 +3730,11 @@
 
 
 
+  /**
+   * The name of the attribute in the add schema file task definition that
+   * specifies the name of the schema file to be added.
+   */
+  public static final String ATTR_TASK_ADDSCHEMAFILE_FILENAME =
+       NAME_PREFIX_TASK + "schema-file-name";
 }
 

--
Gitblit v1.10.0