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

Manik Surtani msurtani at jboss.com
Fri Nov 10 10:48:38 EST 2006


  User: msurtani
  Date: 06/11/10 10:48:38

  Modified:    src/org/jboss/cache/interceptors  Tag:
                        Branch_JBossCache_1_4_0 ActivationInterceptor.java
  Log:
  javadoc
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.28.2.1  +10 -5     JBossCache/src/org/jboss/cache/interceptors/ActivationInterceptor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ActivationInterceptor.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/interceptors/ActivationInterceptor.java,v
  retrieving revision 1.28
  retrieving revision 1.28.2.1
  diff -u -b -r1.28 -r1.28.2.1
  --- ActivationInterceptor.java	12 Jun 2006 20:24:31 -0000	1.28
  +++ ActivationInterceptor.java	10 Nov 2006 15:48:38 -0000	1.28.2.1
  @@ -1,10 +1,15 @@
   package org.jboss.cache.interceptors;
   
   import EDU.oswego.cs.dl.util.concurrent.ConcurrentHashMap;
  -import org.jboss.cache.*;
  -import org.jboss.cache.loader.CacheLoader;
  -import org.jboss.cache.marshall.MethodDeclarations;
  +import org.jboss.cache.DataNode;
  +import org.jboss.cache.Fqn;
  +import org.jboss.cache.GlobalTransaction;
  +import org.jboss.cache.Modification;
  +import org.jboss.cache.TransactionEntry;
  +import org.jboss.cache.TransactionTable;
  +import org.jboss.cache.TreeCache;
   import org.jboss.cache.marshall.JBCMethodCall;
  +import org.jboss.cache.marshall.MethodDeclarations;
   import org.jgroups.blocks.MethodCall;
   
   import javax.transaction.TransactionManager;
  @@ -22,7 +27,7 @@
    * their attributes have been initialized and their children have been loaded in memory.
    * 
    * @author <a href="mailto:{hmesha at novell.com}">{Hany Mesha}</a>
  - * @version $Id: ActivationInterceptor.java,v 1.28 2006/06/12 20:24:31 msurtani Exp $
  + * @version $Id: ActivationInterceptor.java,v 1.28.2.1 2006/11/10 15:48:38 msurtani Exp $
    */
   public class ActivationInterceptor extends CacheLoaderInterceptor implements ActivationInterceptorMBean {
      
  @@ -44,7 +49,7 @@
       * already loaded and its attributes already initialized, then remove it from 
       * the cache loader and notify the cache listeners that the node has been activated.
       * 
  -    * @param m
  +    * @param call
       * @return
       * @throws Throwable
       */
  
  
  



More information about the jboss-cvs-commits mailing list