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

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_EOImpl
  11. extends weblogic.ejb20.internal.StatelessEJBObject
  12. implements slsbsample.Schedule, weblogic.utils.PlatformConstants
  13. {
  14.   
  15.   public Schedule_dne79a_EOImpl() {}
  16.   
  17.   public java.util.Vector searchByCourseTitle(java.lang.String arg0)
  18.   throws java.rmi.RemoteException, slsbsample.ScheduleDAOException
  19.   {
  20.     java.lang.Throwable __ee = null;
  21.     
  22.     weblogic.ejb20.interfaces.InvocationWrapper __wrap;
  23.     weblogic.ejb20.internal.MethodDescriptor __md = 
  24.     ((Schedule_dne79a_HomeImpl)getEJBHome()).md_eo_searchByCourseTitle_S;
  25.     try {
  26.       __wrap = super.preInvoke(
  27.       __md, weblogic.ejb20.internal.DummyContextHandler.THE_ONE);
  28.     } catch (weblogic.ejb20.internal.NeedRealContextHandlerError e) {
  29.       __wrap = super.preInvoke(
  30.       __md, new weblogic.ejb20.internal.EJBContextHandler(
  31.       __md, new Object [] {  arg0}));          
  32.     }
  33.     
  34.     Schedule_dne79a_Intf __bean = (Schedule_dne79a_Intf) __wrap.getBean();
  35.     
  36.     java.util.Vector result = null;
  37.     
  38.     int __oldState = __bean.__WL_getMethodState();
  39.     
  40.     try {
  41.       __bean.__WL_setMethodState(WLEnterpriseBean.STATE_BUSINESS_METHOD);
  42.       
  43.       result =  __bean.searchByCourseTitle( arg0);
  44.       
  45.     } catch (java.lang.Throwable t) {
  46.       __ee = t;
  47.     }
  48.     finally {
  49.       __bean.__WL_setMethodState(__oldState);
  50.     }
  51.     
  52.     try {
  53.       super.postInvoke(__wrap, __ee);
  54.       
  55.     } catch (java.lang.Exception e) {
  56.       if (e instanceof java.rmi.RemoteException) {
  57.         throw (java.rmi.RemoteException)e;
  58.       } 
  59.       else if (e instanceof slsbsample.ScheduleDAOException) {
  60.         throw (slsbsample.ScheduleDAOException) e;
  61.       }
  62.       else {
  63.         throw new java.rmi.UnexpectedException("Unexpected exception in " +
  64.         "slsbsample.ScheduleBean.searchByCourseTitle():" + EOL +
  65.         weblogic.utils.StackTraceUtils.throwable2StackTrace(e), e);
  66.       } 
  67.     }
  68.     return result;
  69.   }
  70.   
  71.   public slsbsample.ScheduleVO searchByScheduleID(java.lang.String arg0)
  72.   throws java.rmi.RemoteException, slsbsample.ScheduleDAOException
  73.   {
  74.     java.lang.Throwable __ee = null;
  75.     
  76.     weblogic.ejb20.interfaces.InvocationWrapper __wrap;
  77.     weblogic.ejb20.internal.MethodDescriptor __md = 
  78.     ((Schedule_dne79a_HomeImpl)getEJBHome()).md_eo_searchByScheduleID_S;
  79.     try {
  80.       __wrap = super.preInvoke(
  81.       __md, weblogic.ejb20.internal.DummyContextHandler.THE_ONE);
  82.     } catch (weblogic.ejb20.internal.NeedRealContextHandlerError e) {
  83.       __wrap = super.preInvoke(
  84.       __md, new weblogic.ejb20.internal.EJBContextHandler(
  85.       __md, new Object [] {  arg0}));          
  86.     }
  87.     
  88.     Schedule_dne79a_Intf __bean = (Schedule_dne79a_Intf) __wrap.getBean();
  89.     
  90.     slsbsample.ScheduleVO result = null;
  91.     
  92.     int __oldState = __bean.__WL_getMethodState();
  93.     
  94.     try {
  95.       __bean.__WL_setMethodState(WLEnterpriseBean.STATE_BUSINESS_METHOD);
  96.       
  97.       result =  __bean.searchByScheduleID( arg0);
  98.       
  99.     } catch (java.lang.Throwable t) {
  100.       __ee = t;
  101.     }
  102.     finally {
  103.       __bean.__WL_setMethodState(__oldState);
  104.     }
  105.     
  106.     try {
  107.       super.postInvoke(__wrap, __ee);
  108.       
  109.     } catch (java.lang.Exception e) {
  110.       if (e instanceof java.rmi.RemoteException) {
  111.         throw (java.rmi.RemoteException)e;
  112.       } 
  113.       else if (e instanceof slsbsample.ScheduleDAOException) {
  114.         throw (slsbsample.ScheduleDAOException) e;
  115.       }
  116.       else {
  117.         throw new java.rmi.UnexpectedException("Unexpected exception in " +
  118.         "slsbsample.ScheduleBean.searchByScheduleID():" + EOL +
  119.         weblogic.utils.StackTraceUtils.throwable2StackTrace(e), e);
  120.       } 
  121.     }
  122.     return result;
  123.   }
  124.   
  125.   
  126.   
  127.   public void remove()
  128.   throws javax.ejb.RemoveException, java.rmi.RemoteException
  129.   {
  130.     super.remove(((Schedule_dne79a_HomeImpl)getEJBHome()).md_eo_remove);
  131.   }
  132.   
  133. }