[jboss-cvs] JBossCache/src/org/jboss/cache/notifications ...

Manik Surtani msurtani at belmont.prod.atl2.jboss.com
Wed Aug 30 16:03:52 EDT 2006


  User: msurtani
  Date: 06/08/30 16:03:52

  Modified:    src/org/jboss/cache/notifications  Notifier.java
  Log:
  Added todo
  
  Revision  Changes    Path
  1.6       +2 -0      JBossCache/src/org/jboss/cache/notifications/Notifier.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Notifier.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/notifications/Notifier.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- Notifier.java	30 Aug 2006 20:01:58 -0000	1.5
  +++ Notifier.java	30 Aug 2006 20:03:52 -0000	1.6
  @@ -103,6 +103,8 @@
         return Collections.unmodifiableSet(listeners);
      }
   
  +   // TODO: MANIK: Revisit these sync statements on these methods.  Needed to make sure all notifications from OptimisticCreateIfNotExistsInterceptor are delivered properly, but a very bad idea since a user's Listener may cause the cache to hang.
  +
      /**
       * Notifies all registered listeners of a nodeCreated event.
       *
  
  
  



More information about the jboss-cvs-commits mailing list