[jboss-cvs] JBossAS SVN: r86191 - projects/integration/trunk/jboss-profileservice-spi/src/main/java/org/jboss/deployers/spi/management.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 23 05:52:26 EDT 2009


Author: emuckenhuber
Date: 2009-03-23 05:52:26 -0400 (Mon, 23 Mar 2009)
New Revision: 86191

Modified:
   projects/integration/trunk/jboss-profileservice-spi/src/main/java/org/jboss/deployers/spi/management/ManagementView.java
Log:
[JBAS-6644] expose if the mgtView was reloaded.

Modified: projects/integration/trunk/jboss-profileservice-spi/src/main/java/org/jboss/deployers/spi/management/ManagementView.java
===================================================================
--- projects/integration/trunk/jboss-profileservice-spi/src/main/java/org/jboss/deployers/spi/management/ManagementView.java	2009-03-23 09:43:11 UTC (rev 86190)
+++ projects/integration/trunk/jboss-profileservice-spi/src/main/java/org/jboss/deployers/spi/management/ManagementView.java	2009-03-23 09:52:26 UTC (rev 86191)
@@ -42,8 +42,10 @@
    /**
     * Load all active profiles in the ManagementView for future operations.  
     * This must be called before the other ManagementView operations may be used.
+    * 
+    * @return if the ManagementView was reloaded
     */
-   void load();
+   boolean load();
 
    /**
     * Reload the current profiles managed deployments/objects.




More information about the jboss-cvs-commits mailing list