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

Manik Surtani msurtani at jboss.com
Tue Jul 18 06:50:45 EDT 2006


  User: msurtani
  Date: 06/07/18 06:50:45

  Modified:    src/org/jboss/cache/jmx  CacheMBean.java
  Log:
  Checked in new Habanero interfaces
  Updated codebase to deal with new interfaces
  
  Revision  Changes    Path
  1.2       +2 -2      JBossCache/src/org/jboss/cache/jmx/CacheMBean.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CacheMBean.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/jmx/CacheMBean.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- CacheMBean.java	21 Jun 2006 11:17:25 -0000	1.1
  +++ CacheMBean.java	18 Jul 2006 10:50:45 -0000	1.2
  @@ -7,6 +7,7 @@
   package org.jboss.cache.jmx;
   
   import org.jboss.cache.Cache;
  +import org.jboss.cache.interceptors.InterceptorMBean;
   import org.jboss.cache.config.Configuration;
   
   import java.util.List;
  @@ -27,6 +28,5 @@
        *
        * @return an immutable {@link java.util.List} of {@link org.jboss.cache.interceptors.Interceptor}s configured for this cache.
        */
  -    //List<InterceptorMBean> getInterceptorMBeanChain();
  -    List getInterceptorMBeanChain();
  +    List<InterceptorMBean> getInterceptorMBeanChain();
   }
  
  
  



More information about the jboss-cvs-commits mailing list