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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Feb 8 01:52:48 EST 2008


Author: scott.stark at jboss.org
Date: 2008-02-08 01:52:48 -0500 (Fri, 08 Feb 2008)
New Revision: 69724

Modified:
   trunk/system/src/main/org/jboss/deployers/spi/management/ManagementView.java
Log:
Add getComponent(String name, ComponentType type)

Modified: trunk/system/src/main/org/jboss/deployers/spi/management/ManagementView.java
===================================================================
--- trunk/system/src/main/org/jboss/deployers/spi/management/ManagementView.java	2008-02-08 06:45:11 UTC (rev 69723)
+++ trunk/system/src/main/org/jboss/deployers/spi/management/ManagementView.java	2008-02-08 06:52:48 UTC (rev 69724)
@@ -106,6 +106,14 @@
       throws Exception;
 
    /**
+    * Obtain the ManagedComponent for the given name/type
+    * @return the possibly null ManagedComponent
+    * @throws Exception
+    */
+   public ManagedComponent getComponent(String name, ComponentType type)
+      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




More information about the jboss-cvs-commits mailing list