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

Vladmir Blagojevic vladimir.blagojevic at jboss.com
Wed Jan 10 13:35:10 EST 2007


  User: vblagojevic
  Date: 07/01/10 13:35:10

  Modified:    src/org/jboss/cache/interceptors 
                        DataGravitatorInterceptor.java
  Log:
  [JBCACHE-935]
  
  Revision  Changes    Path
  1.35      +5 -0      JBossCache/src/org/jboss/cache/interceptors/DataGravitatorInterceptor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: DataGravitatorInterceptor.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/interceptors/DataGravitatorInterceptor.java,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -b -r1.34 -r1.35
  --- DataGravitatorInterceptor.java	4 Jan 2007 05:35:37 -0000	1.34
  +++ DataGravitatorInterceptor.java	10 Jan 2007 18:35:10 -0000	1.35
  @@ -74,6 +74,11 @@
         //            {
         if (log.isTraceEnabled()) log.trace("Invoked with method call " + m);
   
  +      if (MethodDeclarations.isBlockUnblockMethod(m.getMethodId()))
  +      {
  +         return super.invoke(m);
  +      }
  +      
         // Transactional lifecycle methods should be handled regardless of whether data gravitation is enabled or not.
         if (!MethodDeclarations.isTransactionLifecycleMethod(m.getMethodId()))
         {
  
  
  



More information about the jboss-cvs-commits mailing list