User: juhalindfors Date: 02/01/23 14:09:48 Added: src/main/org/jboss/mx/server ServerConstants.java Log: Revision Changes Path 1.1 jmx/src/main/org/jboss/mx/server/ServerConstants.java Index: ServerConstants.java =================================================================== /* * JBoss, the OpenSource J2EE webOS * * Distributable under LGPL license. * See terms of license at gnu.org. */ package org.jboss.mx.server; /** * Server related constant variables. * * @see org.jboss.mx.service.ServiceConstants * * @author <a href="mailto:[EMAIL PROTECTED]">Juha Lindfors</a>. * @version $Revision: 1.1 $ * */ public interface ServerConstants { // Constants ----------------------------------------------------- /** * String representation of the MBean server delegate MBean object name. */ final static String MBEAN_SERVER_DELEGATE = "JMImplementation:type=MBeanServerDelegate"; // Constants for server delegate final static String SPECIFICATION_NAME = "Java Management Extensions Instrumentation and Agent Specification"; final static String SPECIFICATION_VERSION = "1.0"; final static String SPECIFICATION_VENDOR = "Sun Microsystems, Inc."; final static String IMPLEMENTATION_NAME = "JBossMX"; final static String IMPLEMENTATION_VERSION = "0.5"; final static String IMPLEMENTATION_VENDOR = "JBoss Organization"; }
_______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
