📄 jndinames.java
字号:
/* * Copyright 2004-2005 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */package samples.jms.soaptojms;/** * 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 class JNDINames { private JNDINames() { } //Prevents instantiation // JNDI names of topic resources public static final String TOPIC_CONNECTION_FACTORY = "jms/TopicConnectionFactory"; public static final String TEST_MDB_TOPIC = "jms/TestTopic";}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -