[jboss-cvs] JBossAS SVN: r84813 - projects/jboss-osgi/trunk/runtime/deployer/src/main/java/org/jboss/osgi/deployer/helpers.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 26 12:01:57 EST 2009


Author: alesj
Date: 2009-02-26 12:01:57 -0500 (Thu, 26 Feb 2009)
New Revision: 84813

Modified:
   projects/jboss-osgi/trunk/runtime/deployer/src/main/java/org/jboss/osgi/deployer/helpers/VDFBundleListener.java
Log:
javadocs


Modified: projects/jboss-osgi/trunk/runtime/deployer/src/main/java/org/jboss/osgi/deployer/helpers/VDFBundleListener.java
===================================================================
--- projects/jboss-osgi/trunk/runtime/deployer/src/main/java/org/jboss/osgi/deployer/helpers/VDFBundleListener.java	2009-02-26 16:09:03 UTC (rev 84812)
+++ projects/jboss-osgi/trunk/runtime/deployer/src/main/java/org/jboss/osgi/deployer/helpers/VDFBundleListener.java	2009-02-26 17:01:57 UTC (rev 84813)
@@ -89,6 +89,11 @@
       }
    }
 
+   /**
+    * Map deployment with the bundle.
+    *
+    * @param unit the deployment unit
+    */
    public void addDeployment(DeploymentUnit unit)
    {
       Bundle bundle = unit.getAttachment(Bundle.class);
@@ -98,6 +103,11 @@
       }
    }
 
+   /**
+    * Remove deployment mapping.
+    *
+    * @param unit the deployment unit
+    */
    public void removeDeployment(DeploymentUnit unit)
    {
       Bundle bundle = unit.getAttachment(Bundle.class);




More information about the jboss-cvs-commits mailing list