RequestResearchRemote.java
上传用户:dinglihq
上传日期:2013-02-04
资源大小:99958k
文件大小:0k
源码类别:

Java编程

开发平台:

Java

  1. package bible.ejb.session.example1;
  2. import java.rmi.*;
  3. import javax.ejb.*;
  4. /**
  5.  * Interface RequestResearchRemote
  6.  *
  7.  *
  8.  * @author
  9.  * @version %I%, %G%
  10.  */
  11. public interface RequestResearchRemote extends EJBObject {
  12.   /**
  13.    * Fetches and returns research for a security.
  14.    */
  15.   public String requestResearch(String symbol) throws RemoteException;
  16. }
  17. /*--- Formatted in Bible Style on Thu, Sep 6, '01 ---*/
  18. /*------ Formatted by Jindent 3.24 Gold 1.02 --- http://www.jindent.de ------*/