[jboss-cvs] JBoss Messaging SVN: r8182 - branches/JBM1842/src/main/org/jboss/messaging/core/impl/postoffice.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jan 21 05:38:27 EST 2011


Author: gaohoward
Date: 2011-01-21 05:38:27 -0500 (Fri, 21 Jan 2011)
New Revision: 8182

Modified:
   branches/JBM1842/src/main/org/jboss/messaging/core/impl/postoffice/ClusterRequest.java
Log:
save


Modified: branches/JBM1842/src/main/org/jboss/messaging/core/impl/postoffice/ClusterRequest.java
===================================================================
--- branches/JBM1842/src/main/org/jboss/messaging/core/impl/postoffice/ClusterRequest.java	2011-01-21 10:35:14 UTC (rev 8181)
+++ branches/JBM1842/src/main/org/jboss/messaging/core/impl/postoffice/ClusterRequest.java	2011-01-21 10:38:27 UTC (rev 8182)
@@ -150,6 +150,11 @@
          	request = new GetReplicatedDeliveriesRequest();
          	break;
          }
+         case NODE_DEAD_REQUEST:
+         {
+            request = new NodeDeadRequest();
+            break;
+         }
          default:
          {
             throw new IllegalArgumentException("Invalid type: " + type);



More information about the jboss-cvs-commits mailing list