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

📄 enterprise1_qozm0g_intf.java

📁 以前自己学习EJB编程时
💻 JAVA
字号:
/**
* This code was automatically generated at 9:27:33 on 2007-9-13
* 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) 2007 by BEA Systems, Inc. All Rights Reserved.
*/

package helloejb;

import weblogic.ejb20.interfaces.WLEnterpriseBean;

public interface Enterprise1_qozm0g_Intf 
extends WLEnterpriseBean
{
  
  public void ejbActivate();
  public void ejbCreate() throws javax.ejb.CreateException;
  public void ejbPassivate();
  public void ejbRemove();
  public java.lang.String sayHello(java.lang.String arg0);
  public void setSessionContext(javax.ejb.SessionContext arg0);
  
  
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -