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

Manik Surtani msurtani at jboss.com
Fri Aug 25 07:59:02 EDT 2006


  User: msurtani
  Date: 06/08/25 07:59:02

  Modified:    src/org/jboss/cache/aop/interceptors 
                        PojoEvictionInterceptor.java
  Log:
  fixed 
  - eviction interceptor
  - removed putFailFast()
  - notifications with null data
  
  Revision  Changes    Path
  1.7       +0 -2      JBossCache/src/org/jboss/cache/aop/interceptors/PojoEvictionInterceptor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PojoEvictionInterceptor.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/aop/interceptors/PojoEvictionInterceptor.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- PojoEvictionInterceptor.java	19 Jul 2006 21:34:42 -0000	1.6
  +++ PojoEvictionInterceptor.java	25 Aug 2006 11:59:02 -0000	1.7
  @@ -56,8 +56,6 @@
   
         handler = new PojoPutKeyEvictionMethodHandler();
         evictionMethodHandlers.put(MethodDeclarations.putKeyValMethodLocal, handler);
  -      evictionMethodHandlers.put(MethodDeclarations.putFailFastKeyValueMethodLocal, handler);
  -
      }
   
      public void setCache(CacheSPI cache)
  
  
  



More information about the jboss-cvs-commits mailing list