KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jboss > net > jmx > adaptor > server > Constants


1 /*
2  * JBoss, the OpenSource J2EE webOS
3  *
4  * Distributable under LGPL license.
5  * See terms of license at gnu.org.
6  */

7
8 package org.jboss.net.jmx.adaptor.server;
9
10 /**
11  * Some Constants for the jmxadaptor package.
12  *
13  * @author <a HREF="mailto:Christoph.Jung@infor.de">Christoph G. Jung</a>
14  * @created 1. October 2001
15  * @version $Revision: 1.4 $
16  */

17
18 public interface Constants extends org.jboss.net.Constants
19 {
20    String JavaDoc DOMAIN = "jboss.net";
21    String JavaDoc NAME = "JMXConnector";
22    String JavaDoc TYPE = "service";
23    String JavaDoc DEFAULT_AXIS_SERVICE_NAME = "jboss.net=AxisService";
24    String JavaDoc JMX_INSTALL_DESCRIPTOR = "META-INF/install-jmx.xml";
25 }
26
Popular Tags