requestresearchremote.java

来自「100多M的J2EE培训内容」· Java 代码 · 共 30 行

JAVA
30
字号
package bible.ejb.session.example1;import java.rmi.*;import javax.ejb.*;/** * Interface RequestResearchRemote * * * @author * @version %I%, %G% */public interface RequestResearchRemote extends EJBObject {  /**   * Fetches and returns research for a security.   */  public String requestResearch(String symbol) throws RemoteException;}/*--- 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 + -
显示快捷键?