[jboss-cvs] JBossAS SVN: r59558 - projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/spi/deployment.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 11 19:35:21 EST 2007


Author: scott.stark at jboss.org
Date: 2007-01-11 19:35:19 -0500 (Thu, 11 Jan 2007)
New Revision: 59558

Modified:
   projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/spi/deployment/MainDeployer.java
Log:
Update javadoc

Modified: projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/spi/deployment/MainDeployer.java
===================================================================
--- projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/spi/deployment/MainDeployer.java	2007-01-12 00:31:11 UTC (rev 59557)
+++ projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/spi/deployment/MainDeployer.java	2007-01-12 00:35:19 UTC (rev 59558)
@@ -38,6 +38,7 @@
  * bring the deployments to required state. 
  * 
  * @author <a href="adrian at jboss.com">Adrian Brock</a>
+ * @author Scott.Stark at jboss.org
  * @version $Revision: 1.1 $
  */
 public interface MainDeployer
@@ -51,10 +52,11 @@
    DeploymentContext getDeploymentContext(String name);
 
    /**
-    * Get the managed object for a deployment context
+    * Get the managed objects for a deployment context. This is a
+    * mapping of the attachment names to the associated ManagedObject.
     *      
     * @param context the context
-    * @return the managed object
+    * @return the managed object map keyed by the attachment names.
     * @throws DeploymentException for any error
     */
    public Map<String, ManagedObject> getManagedObjects(DeploymentContext context) throws DeploymentException;




More information about the jboss-cvs-commits mailing list