[jboss-cvs] JBossAS SVN: r58801 - branches/JBoss_4_0_3_SP1_CP/system/src/main/org/jboss/system/server
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Dec 1 07:23:33 EST 2006
Author: vicky.kak at jboss.com
Date: 2006-12-01 07:23:30 -0500 (Fri, 01 Dec 2006)
New Revision: 58801
Modified:
branches/JBoss_4_0_3_SP1_CP/system/src/main/org/jboss/system/server/ServerImplMBean.java
Log:
Changes Done for ASPATCH-124
Modified: branches/JBoss_4_0_3_SP1_CP/system/src/main/org/jboss/system/server/ServerImplMBean.java
===================================================================
--- branches/JBoss_4_0_3_SP1_CP/system/src/main/org/jboss/system/server/ServerImplMBean.java 2006-12-01 09:55:25 UTC (rev 58800)
+++ branches/JBoss_4_0_3_SP1_CP/system/src/main/org/jboss/system/server/ServerImplMBean.java 2006-12-01 12:23:30 UTC (rev 58801)
@@ -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