[teiid-commits] teiid SVN: r539 - in trunk: client/src/main/java/com/metamatrix/admin/api/core and 1 other directory.
teiid-commits at lists.jboss.org
teiid-commits at lists.jboss.org
Mon Mar 9 11:55:31 EDT 2009
Author: rareddy
Date: 2009-03-09 11:55:31 -0400 (Mon, 09 Mar 2009)
New Revision: 539
Modified:
trunk/adminshell/src/main/resources/scripts/adminapi.bsh
trunk/client/src/main/java/com/metamatrix/admin/api/core/CoreMonitoringAdmin.java
Log:
Fixing the javadoc for supported Property definitions call.
Modified: trunk/adminshell/src/main/resources/scripts/adminapi.bsh
===================================================================
--- trunk/adminshell/src/main/resources/scripts/adminapi.bsh 2009-03-06 17:01:15 UTC (rev 538)
+++ trunk/adminshell/src/main/resources/scripts/adminapi.bsh 2009-03-09 15:55:31 UTC (rev 539)
@@ -805,10 +805,12 @@
* @param identifier
* The unique identifier for for an {@link AdminObject}.
* @param className
- * The class name of the sub-interface of {@link AdminObject} you are setting the property for.
- * All of these sub-interfaces are in package <code>com.metamatrix.admin.api.objects</code>.
- * You may specify either the fully-qualified or unqualified classname.
- * For example "ConnectorBinding" or "com.metamatrix.admin.api.objects.ConnectorBinding".
+ * The class name of the sub-interface of {@link AdminObject} you are setting the property for. These are all the
+ * supported class names. {@link SystemObject}, {@link Host}, {@link ProcessObject}, {@link ConnectorBinding},
+ * {@link ConnectorType},{@link DQP}, {@link Resource}
+ *
+ * Note that in Embedded mode only supported classes are {@link ConnectorBinding}, {@link ConnectorType},
+ * {@link SystemObject}
* @return Collection of PropertyDefinition objects.
* @throws AdminException if there's a system error.
* @since 4.3
Modified: trunk/client/src/main/java/com/metamatrix/admin/api/core/CoreMonitoringAdmin.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/api/core/CoreMonitoringAdmin.java 2009-03-06 17:01:15 UTC (rev 538)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/core/CoreMonitoringAdmin.java 2009-03-09 15:55:31 UTC (rev 539)
@@ -219,10 +219,12 @@
* @param identifier
* The unique identifier for for an {@link AdminObject}.
* @param className
- * The class name of the sub-interface of {@link AdminObject} you are setting the property for.
- * All of these sub-interfaces are in package <code>com.metamatrix.admin.api.objects</code>.
- * You may specify either the fully-qualified or unqualified classname.
- * For example "ConnectorBinding" or "com.metamatrix.admin.api.objects.ConnectorBinding".
+ * The class name of the sub-interface of {@link AdminObject} you are setting the property for. These are all the
+ * supported class names. {@link SystemObject}, {@link Host}, {@link ProcessObject}, {@link ConnectorBinding},
+ * {@link ConnectorType},{@link DQP}, {@link Resource}
+ *
+ * Note that in Embedded mode only supported classes are {@link ConnectorBinding}, {@link ConnectorType},
+ * {@link SystemObject}
* @return Collection of PropertyDefinition objects.
* @throws AdminException if there's a system error.
* @since 4.3
More information about the teiid-commits
mailing list