1 7 package org.ejtools.jndi.browser.web; 8 9 10 18 public final class Constants 19 { 20 21 public final static String EJBMODULE_NAMES = "moduleNames"; 22 23 public final static String EJBMODULE_TREE = "moduleTree"; 24 25 public final static String EJBMODULE_TREES = "moduleTrees"; 26 27 public final static String GLOBAL_TREE = "globalTree"; 28 29 public final static String LOCAL_TREE = "localTree"; 30 31 public final static String WEBAPP_TREE = "webappTree"; 32 33 public final static String WEBAPP_TREES = "webappTrees"; 34 35 public final static String WEBSERVER_OBJECTNAME = "jboss.web:service=WebServer"; 36 } 37 38 | Popular Tags |