[Ejtools-cvs] CVS: applications/jmx.browser/src/main/net/sourceforge/ejtools/jmxbrowser/web Constant
Brought to you by:
letiemble
From: Laurent E. <let...@us...> - 2002-04-22 17:39:07
|
Update of /cvsroot/ejtools/applications/jmx.browser/src/main/net/sourceforge/ejtools/jmxbrowser/web In directory usw-pr-cvs1:/tmp/cvs-serv29020/jmx.browser/src/main/net/sourceforge/ejtools/jmxbrowser/web Added Files: Constants.java Log Message: Initial Import --- NEW FILE: Constants.java --- package net.sourceforge.ejtools.jmxbrowser.web; /** * Description of the Class * * @author letiembl * @created 28 février 2002 */ public final class Constants { /** Description of the Field */ public final static String EJB_CONNECTOR = "ejbConnector"; /** Description of the Field */ public final static String TREE_ROOT = "root"; /** Description of the Field */ public final static String DOMAIN = "domain"; /** Description of the Field */ public final static String NUMBER = "number"; } |