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

Manik Surtani manik at jboss.org
Fri Jun 15 09:20:21 EDT 2007


  User: msurtani
  Date: 07/06/15 09:20:21

  Modified:    src/org/jboss/cache  CacheListener.java
  Log:
  view change notification should happen in the same thread
  
  Revision  Changes    Path
  1.12      +2 -1      JBossCache/src/org/jboss/cache/CacheListener.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CacheListener.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/CacheListener.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- CacheListener.java	14 Jun 2007 15:19:23 -0000	1.11
  +++ CacheListener.java	15 Jun 2007 13:20:21 -0000	1.12
  @@ -16,7 +16,8 @@
    * The {@link org.jboss.cache.AbstractCacheListener} provides a class with no-op implementations for all the methods defined in the
    * interface, as a convenience if you are not interested in listening for all available events.
    * <p/>
  - * It is important to note that notifications happen in a separate thread as the one that triggered the event.
  + * It is important to note that notifications happen in a separate thread as the one that triggered the event - with the
  + * exception of the {@link #viewChange(org.jgroups.View)} event.
    * <p/>
    * Any locks acquired for the operation that triggered the event will not be valid for the callback.  This needs to be kept in mind
    * as any calls into the cache made from a listener will be treated as a new call, completely unrelated to the call that
  
  
  



More information about the jboss-cvs-commits mailing list