⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 helloejb_qmspk6_intf.java

📁 java ejb开发 程序4、语句alter table people add(phone_number varchar2(10)) 的作用是 A 修改表结构 B 为people表添加约束
💻 JAVA
字号:
/**
* 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -