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

Manik Surtani msurtani at jboss.com
Fri Jan 5 09:27:15 EST 2007


  User: msurtani
  Date: 07/01/05 09:27:15

  Modified:    src/org/jboss/cache/interceptors 
                        CacheMgmtInterceptorMBean.java
  Log:
  fixed some stuff
  
  Revision  Changes    Path
  1.5       +26 -29    JBossCache/src/org/jboss/cache/interceptors/CacheMgmtInterceptorMBean.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CacheMgmtInterceptorMBean.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/interceptors/CacheMgmtInterceptorMBean.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- CacheMgmtInterceptorMBean.java	26 Jan 2006 18:26:45 -0000	1.4
  +++ CacheMgmtInterceptorMBean.java	5 Jan 2007 14:27:15 -0000	1.5
  @@ -21,12 +21,15 @@
    */
   package org.jboss.cache.interceptors;
   
  +import javax.management.NotificationBroadcaster;
  +
   /**
    * Interface capturing basic cache management statistics
  + *
    * @author Jerry Gauthier
  - * @version $Id: CacheMgmtInterceptorMBean.java,v 1.4 2006/01/26 18:26:45 jerrygauth Exp $
  + * @version $Id: CacheMgmtInterceptorMBean.java,v 1.5 2007/01/05 14:27:15 msurtani Exp $
    */
  -public interface CacheMgmtInterceptorMBean extends InterceptorMBean
  +public interface CacheMgmtInterceptorMBean extends InterceptorMBean, NotificationBroadcaster
   {
      /**
       * Returns the number of cache attribute hits
  @@ -56,14 +59,8 @@
       */
      long getEvictions();
      
  -   /**
  -    * @see org.jboss.cache.TreeCacheMBean#getNumberOfAttributes()
  -    */
      int getNumberOfAttributes();
      
  -   /**
  -    * @see org.jboss.cache.TreeCacheMBean#getNumberOfNodes()
  -    */
      int getNumberOfNodes();
      
      /**
  
  
  



More information about the jboss-cvs-commits mailing list