[jboss-cvs] JBossAS SVN: r61245 - trunk/system/src/main/org/jboss/deployers/spi/management.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Mar 9 17:31:02 EST 2007


Author: scott.stark at jboss.org
Date: 2007-03-09 17:31:02 -0500 (Fri, 09 Mar 2007)
New Revision: 61245

Modified:
   trunk/system/src/main/org/jboss/deployers/spi/management/ManagementView.java
Log:
Update javadoc

Modified: trunk/system/src/main/org/jboss/deployers/spi/management/ManagementView.java
===================================================================
--- trunk/system/src/main/org/jboss/deployers/spi/management/ManagementView.java	2007-03-09 18:55:19 UTC (rev 61244)
+++ trunk/system/src/main/org/jboss/deployers/spi/management/ManagementView.java	2007-03-09 22:31:02 UTC (rev 61245)
@@ -103,6 +103,10 @@
       throws Exception;
 
    /**
+    * Update the given component. This takes the component ManagedDeployment,
+    * obtains the ManagedObject set for the underlying deployment, and applies
+    * the component ManagedProperty set to matching the deployment ManagedObject
+    * properties.
     * 
     * @param comp
     * @throws Exception




More information about the jboss-cvs-commits mailing list