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

Java编程

开发平台:

Java

  1. package bible.ejb.session.example2;
  2. import java.rmi.*;
  3. import javax.ejb.*;
  4. /**
  5.  * Interface AnalyzePortfolioHome
  6.  *
  7.  *
  8.  * @author
  9.  * @version %I%, %G%
  10.  */
  11. public interface AnalyzePortfolioHome extends EJBHome {
  12.   /**
  13.    * Method create
  14.    *
  15.    *
  16.    * @return
  17.    *
  18.    * @throws CreateException
  19.    * @throws RemoteException
  20.    *
  21.    */
  22.   public AnalyzePortfolioRemote create()
  23.     throws RemoteException, CreateException;
  24. }
  25. /*--- Formatted in Bible Style on Thu, Sep 6, '01 ---*/
  26. /*------ Formatted by Jindent 3.24 Gold 1.02 --- http://www.jindent.de ------*/