[seam-commits] Seam SVN: r9713 - trunk/src/main/org/jboss/seam/jmx.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Dec 4 02:25:08 EST 2008
Author: dan.j.allen
Date: 2008-12-04 02:25:08 -0500 (Thu, 04 Dec 2008)
New Revision: 9713
Modified:
trunk/src/main/org/jboss/seam/jmx/JBossClusterMonitor.java
Log:
javadoc
Modified: trunk/src/main/org/jboss/seam/jmx/JBossClusterMonitor.java
===================================================================
--- trunk/src/main/org/jboss/seam/jmx/JBossClusterMonitor.java 2008-12-04 07:22:51 UTC (rev 9712)
+++ trunk/src/main/org/jboss/seam/jmx/JBossClusterMonitor.java 2008-12-04 07:25:08 UTC (rev 9713)
@@ -22,6 +22,15 @@
import org.jboss.seam.log.Log;
import org.jboss.seam.log.Logging;
+/**
+ * The purpose of this component is to detect a clustered environment and
+ * to inform the HttpSessionListener whether the origin of a session destroyed
+ * event is the failover of a session from one node to the next. If a node
+ * is failing over, we don't want the SFSBs referenced by the session to be
+ * destroyed.
+ *
+ * @author Dan Allen
+ */
@Name("org.jboss.seam.jmx.jbossClusterMonitor")
@BypassInterceptors
@Scope(APPLICATION)
More information about the seam-commits
mailing list