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

Manik Surtani manik at jboss.org
Wed Jun 6 08:43:50 EDT 2007


  User: msurtani
  Date: 07/06/06 08:43:50

  Modified:    src/org/jboss/cache/jmx  LegacyConfiguration.java
  Log:
  Removed a lot of deprecation
  
  Revision  Changes    Path
  1.6       +6 -3      JBossCache/src/org/jboss/cache/jmx/LegacyConfiguration.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: LegacyConfiguration.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/jmx/LegacyConfiguration.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- LegacyConfiguration.java	24 May 2007 03:56:33 -0000	1.5
  +++ LegacyConfiguration.java	6 Jun 2007 12:43:50 -0000	1.6
  @@ -26,14 +26,13 @@
   import org.jgroups.jmx.JChannelFactoryMBean;
   import org.w3c.dom.Element;
   
  -import javax.management.ObjectName;
   import javax.transaction.TransactionManager;
   
   /**
    * Legacy configuration attributes from JBC 1.x.
    *
    * @author <a href="brian.stansberry at jboss.com">Brian Stansberry</a>
  - * @version $Revision: 1.5 $
  + * @version $Revision: 1.6 $
    */
   public interface LegacyConfiguration
   {
  @@ -77,11 +76,13 @@
      /**
       * @deprecated use {@link #getExposeManagementStatistics()}
       */
  +   @Deprecated
      boolean getUseInterceptorMbeans();
   
      /**
       * @deprecated use {@link #setExposeManagementStatistics(boolean)}
       */
  +   @Deprecated
      void setUseInterceptorMbeans(boolean expose);
   
      /**
  @@ -109,11 +110,13 @@
      /**
       * @deprecated use {@link #getCacheLoaderConfig()}
       */
  +   @Deprecated
      Element getCacheLoaderConfiguration();
   
      /**
  -    * @deprecated use {@link #setCacheLoaderConfig(boolean)}
  +    * @deprecated use {@link #setCacheLoaderConfig(org.w3c.dom.Element)}
       */
  +   @Deprecated
      void setCacheLoaderConfiguration(Element cache_loader_config);
   
      boolean getSyncCommitPhase();
  
  
  



More information about the jboss-cvs-commits mailing list