requestresearchhome.java
来自「100多M的J2EE培训内容」· Java 代码 · 共 38 行
JAVA
38 行
package bible.ejb.session.example1;import java.rmi.*;import javax.ejb.*;/** * Interface RequestResearchHome * * * @author * @version %I%, %G% */public interface RequestResearchHome extends EJBHome { /** * Method create * * * @return * * @throws CreateException * @throws RemoteException * */ public RequestResearchRemote create() throws RemoteException, CreateException;}/*--- Formatted in Bible Style on Thu, Sep 6, '01 ---*//*------ Formatted by Jindent 3.24 Gold 1.02 --- http://www.jindent.de ------*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?