KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > ejtools > jndi > browser > web > Constants


1 /*
2  * EJTools, the Enterprise Java Tools
3  *
4  * Distributable under LGPL license.
5  * See terms of license at www.gnu.org.
6  */

7 package org.ejtools.jndi.browser.web;
8
9
10 /**
11  * Description of the Class
12  *
13  * @author letiemble
14  * @created 28 février 2002
15  * @version $Revision: 1.2 $
16  * @todo Javadoc to complete
17  */

18 public final class Constants
19 {
20    /** Description of the Field */
21    public final static String JavaDoc EJBMODULE_NAMES = "moduleNames";
22    /** Description of the Field */
23    public final static String JavaDoc EJBMODULE_TREE = "moduleTree";
24    /** Description of the Field */
25    public final static String JavaDoc EJBMODULE_TREES = "moduleTrees";
26    /** Description of the Field */
27    public final static String JavaDoc GLOBAL_TREE = "globalTree";
28    /** Description of the Field */
29    public final static String JavaDoc LOCAL_TREE = "localTree";
30    /** Description of the Field */
31    public final static String JavaDoc WEBAPP_TREE = "webappTree";
32    /** Description of the Field */
33    public final static String JavaDoc WEBAPP_TREES = "webappTrees";
34    /** Description of the Field */
35    public final static String JavaDoc WEBSERVER_OBJECTNAME = "jboss.web:service=WebServer";
36 }
37
38
Popular Tags