jndinames.java

来自「<Java网络程序设计 J2EE>随书源码」· Java 代码 · 共 20 行

JAVA
20
字号
/* */package org.impact.stars.mail.util;/** * This class is the central location to store the internal * JNDI names of various entities. Any change here should * also be reflected in the deployment descriptors. */public interface JNDINames {    //    // JNDI Names of other resources.    //    public static final String MAIL_SESSION =        "java:comp/env/mail/MailSession";}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?