User: juhalindfors
  Date: 02/03/08 02:41:11

  Modified:    src/main/org/jboss/mx/service ServiceConstants.java
  Log:
  we will need to support "legacy" schemas from previous versions as well..
  
  Revision  Changes    Path
  1.3       +10 -4     jmx/src/main/org/jboss/mx/service/ServiceConstants.java
  
  Index: ServiceConstants.java
  ===================================================================
  RCS file: /cvsroot/jboss/jmx/src/main/org/jboss/mx/service/ServiceConstants.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ServiceConstants.java     24 Feb 2002 13:58:17 -0000      1.2
  +++ ServiceConstants.java     8 Mar 2002 10:41:11 -0000       1.3
  @@ -13,7 +13,7 @@
    * Defines constants for JMX services.
    *
    * @author  <a href="mailto:[EMAIL PROTECTED]";>Juha Lindfors</a>.
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    *   
    */
   public interface ServiceConstants
  @@ -22,13 +22,19 @@
       * The object name domain <tt>'JBossMXImplementation'<tt> can be used by
       * JBossMX service implementations.
       */
  -   final static String JBOSSMX_DOMAIN    = "JBossMXImplementation";
  +   final static String JBOSSMX_DOMAIN           = "JBossMXImplementation";
      
      /** Default object name for persistence interceptor with <tt>ON_TIMER</tt> 
policy. */
  -   final static String PERSISTENCE_TIMER = new String(JBOSSMX_DOMAIN + 
":name=PersistenceTimer");
  +   final static String PERSISTENCE_TIMER        = new String(JBOSSMX_DOMAIN + 
":name=PersistenceTimer");
      
      /** DTD file name for XMLMBeanLoader, version 1.0 */
  -   final static String MBEAN_LOADER_DTD_1_0 = "JBossMX_MBeanLoader_1_0.dtd";
  +   final static String MBEAN_LOADER_DTD_1_0     = "JBossMX_MBeanLoader_1_0.dtd";
  +
  +   /** DTD file name for JBossMX XMBean, version 1.0 */
  +   final static String JBOSSMX_XMBEAN_DTD_1_0   = "jboss_xmbean_1_0.dtd";
  +   
  +   /** The original, book version of the XMBean document definition */
  +   final static String XMBEAN_DTD               = "xmbean.dtd";
      
   }
         
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to