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

Manik Surtani msurtani at jboss.com
Fri Aug 25 10:10:08 EDT 2006


  User: msurtani
  Date: 06/08/25 10:10:08

  Modified:    src/org/jboss/cache/rpc    NoHandlerForRPCException.java
                        RpcTreeCache.java RpcTreeCacheMBean.java
  Log:
  More work on JBCACHE-734
  
  Revision  Changes    Path
  1.3       +1 -1      JBossCache/src/org/jboss/cache/rpc/NoHandlerForRPCException.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: NoHandlerForRPCException.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/rpc/NoHandlerForRPCException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- NoHandlerForRPCException.java	2 Sep 2005 21:15:45 -0000	1.2
  +++ NoHandlerForRPCException.java	25 Aug 2006 14:10:08 -0000	1.3
  @@ -4,7 +4,7 @@
   
   /**
    * Exception returned when 
  - * {@link RpcTreeCache#_dispatchRpcCall(String, org.jgroups.blocks.MethodCall)} 
  + * {@link RpcTreeCache#_dispatchRpcCall(String, org.jboss.cache.marshall.MethodCall)}
    * is passed a call for an unregistered handler.
    * 
    * @author <a href="mailto://brian.stansberry@jboss.com">Brian Stansberry</a>
  
  
  
  1.10      +1 -1      JBossCache/src/org/jboss/cache/rpc/RpcTreeCache.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: RpcTreeCache.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/rpc/RpcTreeCache.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- RpcTreeCache.java	20 Jul 2006 09:03:51 -0000	1.9
  +++ RpcTreeCache.java	25 Aug 2006 14:10:08 -0000	1.10
  @@ -5,7 +5,7 @@
   import org.jboss.cache.marshall.MethodCallFactory;
   import org.jgroups.Address;
   import org.jgroups.JChannel;
  -import org.jgroups.blocks.MethodCall;
  +import org.jboss.cache.marshall.MethodCall;
   
   import java.lang.reflect.Method;
   import java.util.ArrayList;
  
  
  
  1.5       +1 -1      JBossCache/src/org/jboss/cache/rpc/RpcTreeCacheMBean.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: RpcTreeCacheMBean.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/rpc/RpcTreeCacheMBean.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- RpcTreeCacheMBean.java	8 Nov 2005 15:21:48 -0000	1.4
  +++ RpcTreeCacheMBean.java	25 Aug 2006 14:10:08 -0000	1.5
  @@ -13,7 +13,7 @@
   
   import org.jboss.cache.TreeCache;
   import org.jboss.cache.TreeCacheMBean;
  -import org.jgroups.blocks.MethodCall;
  +import org.jboss.cache.marshall.MethodCall;
   
   /**
    * MBean interface for the {@link RpcTreeCache}.
  
  
  



More information about the jboss-cvs-commits mailing list