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

Java编程

开发平台:

Java

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