From 8532a5133e996e61765be126f8b4d25984745fd1 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Mon, 03 Sep 2007 13:33:50 +0000
Subject: [PATCH] Partial fix for issue 1451: admin framework constraint and dependency support.
---
opends/src/server/org/opends/server/admin/client/ManagedObject.java | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/opends/src/server/org/opends/server/admin/client/ManagedObject.java b/opends/src/server/org/opends/server/admin/client/ManagedObject.java
index e2be911..a7cba0f 100644
--- a/opends/src/server/org/opends/server/admin/client/ManagedObject.java
+++ b/opends/src/server/org/opends/server/admin/client/ManagedObject.java
@@ -115,9 +115,9 @@
* this managed object is being modified but it has been
* removed from the server by another client.
* @throws OperationRejectedException
- * If the server refuses to add or modify this managed
- * object due to some server-side constraint which cannot
- * be satisfied.
+ * If this managed object cannot be added or modified due
+ * to some client-side or server-side constraint which
+ * cannot be satisfied.
* @throws AuthorizationException
* If the server refuses to add or modify this managed
* object because the client does not have the correct
@@ -590,16 +590,16 @@
* If the managed object could not be removed because it
* could not found on the server.
* @throws OperationRejectedException
- * If the server refuses to remove the managed object due
- * to some server-side constraint which cannot be
+ * If the managed object cannot be removed due to some
+ * client-side or server-side constraint which cannot be
* satisfied (for example, if it is referenced by another
* managed object).
* @throws ConcurrentModificationException
* If this managed object has been removed from the server
* by another client.
* @throws AuthorizationException
- * If the server refuses to make the list the managed
- * objects because the client does not have the correct
+ * If the server refuses to remove the managed objects
+ * because the client does not have the correct
* privileges.
* @throws CommunicationException
* If the client cannot contact the server due to an
@@ -631,16 +631,16 @@
* If the managed object could not be removed because it
* could not found on the server.
* @throws OperationRejectedException
- * If the server refuses to remove the managed object due
- * to some server-side constraint which cannot be
+ * If the managed object cannot be removed due to some
+ * client-side or server-side constraint which cannot be
* satisfied (for example, if it is referenced by another
* managed object).
* @throws ConcurrentModificationException
* If this managed object has been removed from the server
* by another client.
* @throws AuthorizationException
- * If the server refuses to make the list the managed
- * objects because the client does not have the correct
+ * If the server refuses to remove the managed objects
+ * because the client does not have the correct
* privileges.
* @throws CommunicationException
* If the client cannot contact the server due to an
--
Gitblit v1.10.0