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

Manik Surtani msurtani at jboss.com
Mon Aug 14 13:52:34 EDT 2006


  User: msurtani
  Date: 06/08/14 13:52:34

  Modified:    src/org/jboss/cache/marshall  MethodDeclarations.java
  Log:
  Converted NodeLockingScheme, IsolationLevel and LockType to enums
  
  Revision  Changes    Path
  1.9       +2 -2      JBossCache/src/org/jboss/cache/marshall/MethodDeclarations.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MethodDeclarations.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/marshall/MethodDeclarations.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- MethodDeclarations.java	7 Jun 2006 22:28:08 -0000	1.8
  +++ MethodDeclarations.java	14 Aug 2006 17:52:34 -0000	1.9
  @@ -32,7 +32,7 @@
    * allowing lookup operations both ways.
    *
    * @author <a href="galder.zamarreno at jboss.com">Galder Zamarreno</a>
  - * @version $Revision: 1.8 $
  + * @version $Revision: 1.9 $
    */
   public class MethodDeclarations
   {
  @@ -242,7 +242,7 @@
               printMethodLocal = TreeCache.class.getDeclaredMethod("_print", new Class[]
                       {Fqn.class});
               lockMethodLocal = TreeCache.class.getDeclaredMethod("_lock", new Class[]
  -                    {Fqn.class, int.class, boolean.class});
  +                    {Fqn.class, DataNode.LockType.class, boolean.class});
   
               optimisticPrepareMethod = TreeCache.class.getDeclaredMethod("optimisticPrepare", new Class[]
                       {GlobalTransaction.class, List.class, Map.class, Address.class, boolean.class});
  
  
  



More information about the jboss-cvs-commits mailing list