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

Java编程

开发平台:

Java

  1. /**
  2. * This code was automatically generated at 16:01:31 on 2003-8-29
  3. * by weblogic.ejb20.ejbc.Ejb2Rmi -- do not edit.
  4. *
  5. * @version WebLogic Server 8.1  Fri Jun 20 23:06:40 PDT 2003 271009 
  6. * @author Copyright (c) 2003 by BEA Systems, Inc. All Rights Reserved.
  7. */
  8. package slsbsample;
  9. import weblogic.ejb20.interfaces.WLEnterpriseBean;
  10. public final class Schedule_dne79a_HomeImpl
  11. extends    weblogic.ejb20.internal.StatelessEJBHome
  12. implements slsbsample.ScheduleHome, weblogic.utils.PlatformConstants
  13. {
  14.   public weblogic.ejb20.internal.MethodDescriptor md_eo_searchByCourseTitle_S;
  15.   public weblogic.ejb20.internal.MethodDescriptor md_eo_searchByScheduleID_S;
  16.   
  17.   
  18.   public weblogic.ejb20.internal.MethodDescriptor md_ejbCreate;
  19.   
  20.   
  21.   
  22.   
  23.   
  24.   private static java.lang.reflect.Method mth_ejbCreate;
  25.   private static java.lang.reflect.Method mth_postejbCreate;
  26.   
  27.   
  28.   
  29.   
  30.   
  31.   public weblogic.ejb20.internal.MethodDescriptor md_eo_remove;
  32.   
  33.   public weblogic.ejb20.internal.MethodDescriptor md_ejbRemove_javax_ejb_Handle;
  34.   public weblogic.ejb20.internal.MethodDescriptor md_ejbRemove_O;
  35.   
  36.   static {
  37.     
  38.     try {
  39.       
  40.       
  41.       mth_ejbCreate = Schedule_dne79a_Intf.class.getMethod(
  42.       "ejbCreate", null);
  43.       
  44.       if (false) {
  45.         mth_postejbCreate = Schedule_dne79a_Intf.class.getMethod(
  46.         "ejbPostCreate", null); 
  47.       }
  48.       
  49.       
  50.       
  51.       
  52.       
  53.     } catch (Exception e) {
  54.       throw new AssertionError("Unable to find expected "+
  55.       "methods.  Please check your classpath for stale versions of "+
  56.       "your ejb classes and re-run weblogic.ejbc");
  57.     }
  58.   }
  59.   
  60.   
  61.   public Schedule_dne79a_HomeImpl() {
  62.     super(Schedule_dne79a_EOImpl.class
  63.     );
  64.   }
  65.   
  66.   
  67.   public slsbsample.Schedule create ()
  68.   throws javax.ejb.CreateException, java.rmi.RemoteException
  69.   {
  70.     try {
  71.       return (slsbsample.Schedule) super.create(md_ejbCreate);
  72.     } catch (java.lang.Exception e) {
  73.       if (e instanceof java.rmi.RemoteException) {
  74.         throw (java.rmi.RemoteException)e;
  75.       }
  76.       else if (e instanceof javax.ejb.CreateException) {
  77.         throw (javax.ejb.CreateException) e;
  78.       }
  79.       else {
  80.         throw new javax.ejb.CreateException ("Error while creating bean: " + 
  81.         e.toString());
  82.       }
  83.     }
  84.   }
  85.   
  86.   
  87.   
  88.   
  89.   
  90.   
  91.   
  92.   public void remove(java.lang.Object pk) 
  93.   throws java.rmi.RemoteException, javax.ejb.RemoveException
  94.   {
  95.     super.remove(md_ejbRemove_O, pk);
  96.   }
  97.   
  98.   public void remove(javax.ejb.Handle h)
  99.   throws java.rmi.RemoteException, javax.ejb.RemoveException
  100.   {
  101.     super.remove(md_ejbRemove_javax_ejb_Handle, h);
  102.   }
  103.   
  104.   
  105. }