From f386801829fe0295a232ad8af4785ba60d2be044 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. --- opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java b/opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java index 5890265..28656a5 100644 --- a/opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java +++ b/opendj-sdk/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