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

Manik Surtani msurtani at jboss.com
Tue Sep 5 14:09:56 EDT 2006


  User: msurtani
  Date: 06/09/05 14:09:56

  Modified:    src/org/jboss/cache/jmx  CacheMBean.java
  Log:
  InterceptorMBean signature change
  
  Revision  Changes    Path
  1.3       +4 -11     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.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- CacheMBean.java	18 Jul 2006 10:50:45 -0000	1.2
  +++ CacheMBean.java	5 Sep 2006 18:09:56 -0000	1.3
  @@ -8,7 +8,6 @@
   
   import org.jboss.cache.Cache;
   import org.jboss.cache.interceptors.InterceptorMBean;
  -import org.jboss.cache.config.Configuration;
   
   import java.util.List;
   
  @@ -20,12 +19,6 @@
   public interface CacheMBean extends Cache
   {
       /**
  -     * @return immutable Configuration object representing the current running cache.
  -     */
  -    Configuration getConfiguration();
  -
  -    /**
  -     *
        * @return an immutable {@link java.util.List} of {@link org.jboss.cache.interceptors.Interceptor}s configured for this cache.
        */
       List<InterceptorMBean> getInterceptorMBeanChain();
  
  
  



More information about the jboss-cvs-commits mailing list