User: juhalindfors Date: 02/01/23 14:07:06 Added: src/main/org/jboss/mx/service ServiceConstants.java Log: constants used by the JBossMX services Revision Changes Path 1.1 jmx/src/main/org/jboss/mx/service/ServiceConstants.java Index: ServiceConstants.java =================================================================== /* * JBoss, the OpenSource J2EE webOS * * Distributable under LGPL license. * See terms of license at gnu.org. */ package org.jboss.mx.service; import javax.management.ObjectName; /** * Defines constants for JMX services. * * @author <a href="mailto:[EMAIL PROTECTED]">Juha Lindfors</a>. * @version $Revision: 1.1 $ * */ public interface ServiceConstants { final static String JBOSSMX_DOMAIN = "JBossMXImplementation"; final static String PERSISTENCE_TIMER = new String(JBOSSMX_DOMAIN + ":name=PersistenceTimer"); }
_______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
