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

Vladmir Blagojevic vladimir.blagojevic at jboss.com
Wed Dec 20 17:28:13 EST 2006


  User: vblagojevic
  Date: 06/12/20 17:28:13

  Modified:    src/org/jboss/cache/marshall  MethodDeclarations.java
  Log:
  final state transfer refactoring
  
  Revision  Changes    Path
  1.27      +2 -7      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.26
  retrieving revision 1.27
  diff -u -b -r1.26 -r1.27
  --- MethodDeclarations.java	20 Dec 2006 04:02:09 -0000	1.26
  +++ MethodDeclarations.java	20 Dec 2006 22:28:12 -0000	1.27
  @@ -31,7 +31,7 @@
    * allowing lookup operations both ways.
    *
    * @author <a href="galder.zamarreno at jboss.com">Galder Zamarreno</a>
  - * @version $Revision: 1.26 $
  + * @version $Revision: 1.27 $
    */
   public class MethodDeclarations
   {
  @@ -96,8 +96,6 @@
   
      public static final Method optimisticPrepareMethod;
   
  -   public static final Method getPartialStateMethod;
  -
      public static final Method clusteredGetMethod;
   
      public static final Method remoteAssignToBuddyGroupMethod;
  @@ -251,8 +249,6 @@
   
            optimisticPrepareMethod = TreeCache.class.getDeclaredMethod("optimisticPrepare", GlobalTransaction.class, List.class, Map.class, Address.class, boolean.class);
   
  -         getPartialStateMethod = TreeCache.class.getDeclaredMethod("_getState", Fqn.class, long.class, boolean.class, boolean.class);
  -
            clusteredGetMethod = TreeCache.class.getDeclaredMethod("_clusteredGet", MethodCall.class, Boolean.class);
   
            // ------------ buddy replication
  @@ -303,7 +299,6 @@
         methods.put(existsMethod_id, existsMethod);
         methods.put(releaseAllLocksMethodLocal_id, releaseAllLocksMethodLocal);
         methods.put(optimisticPrepareMethod_id, optimisticPrepareMethod);
  -      methods.put(getPartialStateMethod_id, getPartialStateMethod);
         methods.put(clusteredGetMethod_id, clusteredGetMethod);
         methods.put(getChildrenNamesMethodLocal_id, getChildrenNamesMethodLocal);
         methods.put(getDataMapMethodLocal_id, getDataMapMethodLocal);
  
  
  



More information about the jboss-cvs-commits mailing list