RequestResearchRemote.java
资源名称:某公司的java培训教材 [点击查看]
上传用户:dinglihq
上传日期:2013-02-04
资源大小:99958k
文件大小:0k
源码类别:
Java编程
开发平台:
Java
- 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 ------*/