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

Manik Surtani manik at jboss.org
Tue May 22 08:05:56 EDT 2007


  User: msurtani
  Date: 07/05/22 08:05:56

  Modified:    src/org/jboss/cache/marshall  MethodDeclarations.java
  Log:
  Removed rpc tree cache stuff
  
  Revision  Changes    Path
  1.40      +1 -5      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.39
  retrieving revision 1.40
  diff -u -b -r1.39 -r1.40
  --- MethodDeclarations.java	17 May 2007 18:49:12 -0000	1.39
  +++ MethodDeclarations.java	22 May 2007 12:05:56 -0000	1.40
  @@ -15,7 +15,6 @@
   import org.jboss.cache.buddyreplication.BuddyGroup;
   import org.jboss.cache.lock.NodeLock;
   import org.jboss.cache.optimistic.DataVersion;
  -import org.jboss.cache.rpc.RpcTreeCache;
   import org.jboss.cache.transaction.GlobalTransaction;
   import org.jgroups.Address;
   
  @@ -31,7 +30,7 @@
    * allowing lookup operations both ways.
    *
    * @author <a href="galder.zamarreno at jboss.com">Galder Zamarreno</a>
  - * @version $Revision: 1.39 $
  + * @version $Revision: 1.40 $
    */
   public class MethodDeclarations
   {
  @@ -183,8 +182,6 @@
   
      public static final int getKeyValueMethodLocal_id = 26;
   
  -   public static final int dispatchRpcCallMethod_id = 27;
  -
      public static final int remoteAnnounceBuddyPoolNameMethod_id = 28;
   
      public static final int remoteAssignToBuddyGroupMethod_id = 29;
  @@ -320,7 +317,6 @@
         methods.put(getDataMapMethodLocal_id, getDataMapMethodLocal);
         methods.put(getKeysMethodLocal_id, getKeysMethodLocal);
         methods.put(getKeyValueMethodLocal_id, getKeyValueMethodLocal);
  -      methods.put(dispatchRpcCallMethod_id, RpcTreeCache.dispatchRpcCallMethod);
         methods.put(remoteAnnounceBuddyPoolNameMethod_id, remoteAnnounceBuddyPoolNameMethod);
         methods.put(remoteAssignToBuddyGroupMethod_id, remoteAssignToBuddyGroupMethod);
         methods.put(remoteRemoveFromBuddyGroupMethod_id, remoteRemoveFromBuddyGroupMethod);
  
  
  



More information about the jboss-cvs-commits mailing list