[jboss-cvs] JBossAS SVN: r58720 - tags/JBoss_4_0_3_SP1_CP03/system/src/main/org/jboss/system/server

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 29 01:24:33 EST 2006


Author: vicky.kak at jboss.com
Date: 2006-11-29 01:24:30 -0500 (Wed, 29 Nov 2006)
New Revision: 58720

Modified:
   tags/JBoss_4_0_3_SP1_CP03/system/src/main/org/jboss/system/server/ServerImplMBean.java
Log:
Update for ASPATCH-124

Modified: tags/JBoss_4_0_3_SP1_CP03/system/src/main/org/jboss/system/server/ServerImplMBean.java
===================================================================
--- tags/JBoss_4_0_3_SP1_CP03/system/src/main/org/jboss/system/server/ServerImplMBean.java	2006-11-29 05:12:49 UTC (rev 58719)
+++ tags/JBoss_4_0_3_SP1_CP03/system/src/main/org/jboss/system/server/ServerImplMBean.java	2006-11-29 06:24:30 UTC (rev 58720)
@@ -20,6 +20,11 @@
     */
   boolean isStarted() ;
 
+   /** 
+	* A flag indicating if shutdown has been called. 
+	*/
+  boolean isInShutdown();
+
    /**
     * Shutdown the Server instance and run shutdown hooks. <p>If the exit on shutdown flag is true, then {@link #exit} is called, else only the shutdown hook is run.
     * @throws IllegalStateException No started.    */




More information about the jboss-cvs-commits mailing list