[jboss-cvs] jbossmx/src/main/org/jboss/ha/framework/server ...

Brian Stansberry brian.stansberry at jboss.com
Mon Jul 17 15:39:48 EDT 2006


  User: bstansberry
  Date: 06/07/17 15:39:48

  Modified:    src/main/org/jboss/ha/framework/server 
                        DistributedReplicantManagerImpl.java
  Log:
  Add a TODO
  
  Revision  Changes    Path
  1.37      +2 -17     jbossmx/src/main/org/jboss/ha/framework/server/DistributedReplicantManagerImpl.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: DistributedReplicantManagerImpl.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbossmx/src/main/org/jboss/ha/framework/server/DistributedReplicantManagerImpl.java,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -b -r1.36 -r1.37
  --- DistributedReplicantManagerImpl.java	16 May 2006 04:58:28 -0000	1.36
  +++ DistributedReplicantManagerImpl.java	17 Jul 2006 19:39:48 -0000	1.37
  @@ -52,7 +52,7 @@
    * @author  <a href="mailto:bill at burkecentral.com">Bill Burke</a>.
    * @author  <a href="mailto:sacha.labourey at cogito-info.ch">Sacha Labourey</a>.
    * @author  Scott.stark at jboss.org
  - * @version $Revision: 1.36 $
  + * @version $Revision: 1.37 $
    */
   public class DistributedReplicantManagerImpl
      implements DistributedReplicantManagerImplMBean,
  @@ -153,22 +153,7 @@
            log.warn("Failed to stop asynchHandler", e);
         }
         
  -      // we cleanly shutdown. This should be optimized.
  -      //
  -//    NR 200505 : [JBCLUSTER-38] move to destroy
  -//      if (localReplicants != null)
  -//      {
  -//         synchronized(localReplicants)
  -//         {
  -//            while (! localReplicants.isEmpty ())
  -//            {               
  -//               this.remove ((String)localReplicants.keySet().iterator().next ());
  -//            }
  -//         }
  -//      }
  -      
  -//    NR 200505 : [JBCLUSTER-38] move to destroy
  -//      this.mbeanserver.unregisterMBean (this.jmxName);
  +      // TODO reset the latch
      }
   
      // NR 200505 : [JBCLUSTER-38] unbind at destroy
  
  
  



More information about the jboss-cvs-commits mailing list