helloejb_qmspk6_intf.java
来自「java ejb开发 程序4、语句alter table people add(」· Java 代码 · 共 27 行
JAVA
27 行
/**
* This code was automatically generated at 1:24:33 on 2005-5-11
* by weblogic.ejb20.ejbc.Ejb2Rmi -- do not edit.
*
* @version WebLogic Server 8.1 Fri Dec 5 15:01:51 PST 2003 316284
* @author Copyright (c) 2005 by BEA Systems, Inc. All Rights Reserved.
*/
package hello;
import weblogic.ejb20.interfaces.WLEnterpriseBean;
public interface HelloEJB_qmspk6_Intf
extends WLEnterpriseBean
{
public double compute(int arg0);
public void ejbActivate();
public void ejbCreate() throws javax.ejb.CreateException;
public void ejbPassivate();
public void ejbRemove();
public java.lang.String hello();
public void setSessionContext(javax.ejb.SessionContext arg0);
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?