syncdispatcherbean.ejbbean
来自「J2EE的一个开发实例」· EJBBEAN 代码 · 共 29 行
EJBBEAN
29 行
<session>
<ejb-name>SyncDispatcher</ejb-name>
<home>com.bea.wlw.runtime.core.bean.SyncDispatcherHome</home><remote>com.bea.wlw.runtime.core.bean.SyncDispatcher</remote>
<ejb-class>com.bea.wlw.runtime.core.bean.SyncDispatcherBean</ejb-class>
<session-type>Stateless</session-type>
<transaction-type>Container</transaction-type>
<ejb-ref>
<ejb-ref-name>MusicWeb.bean.SyncDispatcher</ejb-ref-name>
<ejb-ref-type>Session</ejb-ref-type>
<home>com.bea.wlw.runtime.core.bean.SyncDispatcherHome</home>
<remote>com.bea.wlw.runtime.core.bean.SyncDispatcher</remote>
<ejb-link>.workshop/MusicWeb/EJB/ProjectBeans#SyncDispatcher</ejb-link>
</ejb-ref>
<resource-ref>
<res-ref-name>jms/QCF</res-ref-name>
<res-type>javax.jms.QueueConnectionFactory</res-type>
<res-auth>Container</res-auth>
</resource-ref>
</session>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?