📄 tellersession.java
字号:
/* * Generated by XDoclet - Do not edit! */package test.ejb;/** * Session layer for Teller. * @xdoclet-generated at 22-10-04 * @copyright The XDoclet Team * @author XDoclet * @version 1.2.2 */public class TellerSession extends test.ejb.TellerBean implements javax.ejb.SessionBean{ public void ejbActivate() { super.ejbActivate(); } public void ejbPassivate() { super.ejbPassivate(); } public void setSessionContext(javax.ejb.SessionContext ctx) { super.setSessionContext(ctx); } public void unsetSessionContext() { } public void ejbRemove() { super.ejbRemove(); } public void ejbCreate() throws javax.ejb.CreateException { }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -