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

Java编程

开发平台:

Java

  1. /**
  2. * This code was automatically generated at 16:20:06 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 bmpsample;
  9. import weblogic.ejb20.interfaces.WLEnterpriseBean;
  10. public final class StudentBmp_gv07c4_ELOImpl
  11. extends weblogic.ejb20.internal.EntityEJBLocalObject
  12. implements bmpsample.StudentBmp, weblogic.utils.PlatformConstants, java.io.Serializable
  13. {
  14.   
  15.   public StudentBmp_gv07c4_ELOImpl() {}
  16.   
  17.   public java.lang.String getPassword()
  18.   {
  19.     java.lang.Throwable __ee = null;
  20.     
  21.     weblogic.ejb20.interfaces.InvocationWrapper __wrap;
  22.     weblogic.ejb20.internal.MethodDescriptor __md = 
  23.     ((StudentBmp_gv07c4_LocalHomeImpl)getEJBLocalHome()).md_eo_getPassword;
  24.     try {
  25.       __wrap = super.preInvoke(
  26.       __md, weblogic.ejb20.internal.DummyContextHandler.THE_ONE);
  27.     } catch (weblogic.ejb20.internal.NeedRealContextHandlerError e) {
  28.       __wrap = super.preInvoke(
  29.       __md, new weblogic.ejb20.internal.EJBContextHandler(
  30.       __md, new Object [] { }));          
  31.     }
  32.     
  33.     StudentBmp_gv07c4_Intf __bean = (StudentBmp_gv07c4_Intf) __wrap.getBean();
  34.     
  35.     java.lang.String result = null;
  36.     
  37.     int __oldState = __bean.__WL_getMethodState();
  38.     
  39.     try {
  40.       __bean.__WL_setMethodState(WLEnterpriseBean.STATE_BUSINESS_METHOD);
  41.       
  42.       result =  __bean.getPassword(
  43.       );
  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 javax.ejb.EJBException) {
  57.         throw (javax.ejb.EJBException) e;
  58.       } 
  59.       
  60.       else {
  61.         throw new javax.ejb.EJBException("Unexpected exception in " +
  62.         "bmpsample.StudentBmpBean.getPassword():" + EOL +
  63.         weblogic.utils.StackTraceUtils.throwable2StackTrace(e), e);
  64.         
  65.         
  66.       } 
  67.     }
  68.     return result;
  69.   }
  70.   
  71.   public void setLastName(java.lang.String arg0)
  72.   {
  73.     java.lang.Throwable __ee = null;
  74.     
  75.     weblogic.ejb20.interfaces.InvocationWrapper __wrap;
  76.     weblogic.ejb20.internal.MethodDescriptor __md = 
  77.     ((StudentBmp_gv07c4_LocalHomeImpl)getEJBLocalHome()).md_eo_setLastName_S;
  78.     try {
  79.       __wrap = super.preInvoke(
  80.       __md, weblogic.ejb20.internal.DummyContextHandler.THE_ONE);
  81.     } catch (weblogic.ejb20.internal.NeedRealContextHandlerError e) {
  82.       __wrap = super.preInvoke(
  83.       __md, new weblogic.ejb20.internal.EJBContextHandler(
  84.       __md, new Object [] {  arg0}));          
  85.     }
  86.     
  87.     StudentBmp_gv07c4_Intf __bean = (StudentBmp_gv07c4_Intf) __wrap.getBean();
  88.     
  89.     // No return value
  90.     
  91.     int __oldState = __bean.__WL_getMethodState();
  92.     
  93.     try {
  94.       __bean.__WL_setMethodState(WLEnterpriseBean.STATE_BUSINESS_METHOD);
  95.       
  96.       __bean.setLastName(
  97.       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 javax.ejb.EJBException) {
  111.         throw (javax.ejb.EJBException) e;
  112.       } 
  113.       
  114.       else {
  115.         throw new javax.ejb.EJBException("Unexpected exception in " +
  116.         "bmpsample.StudentBmpBean.setLastName():" + EOL +
  117.         weblogic.utils.StackTraceUtils.throwable2StackTrace(e), e);
  118.         
  119.         
  120.       } 
  121.     }
  122.     // No return result
  123.   }
  124.   
  125.   public java.lang.String getEmail()
  126.   {
  127.     java.lang.Throwable __ee = null;
  128.     
  129.     weblogic.ejb20.interfaces.InvocationWrapper __wrap;
  130.     weblogic.ejb20.internal.MethodDescriptor __md = 
  131.     ((StudentBmp_gv07c4_LocalHomeImpl)getEJBLocalHome()).md_eo_getEmail;
  132.     try {
  133.       __wrap = super.preInvoke(
  134.       __md, weblogic.ejb20.internal.DummyContextHandler.THE_ONE);
  135.     } catch (weblogic.ejb20.internal.NeedRealContextHandlerError e) {
  136.       __wrap = super.preInvoke(
  137.       __md, new weblogic.ejb20.internal.EJBContextHandler(
  138.       __md, new Object [] { }));          
  139.     }
  140.     
  141.     StudentBmp_gv07c4_Intf __bean = (StudentBmp_gv07c4_Intf) __wrap.getBean();
  142.     
  143.     java.lang.String result = null;
  144.     
  145.     int __oldState = __bean.__WL_getMethodState();
  146.     
  147.     try {
  148.       __bean.__WL_setMethodState(WLEnterpriseBean.STATE_BUSINESS_METHOD);
  149.       
  150.       result =  __bean.getEmail(
  151.       );
  152.       
  153.     } catch (java.lang.Throwable t) {
  154.       __ee = t;
  155.     }
  156.     finally {
  157.       __bean.__WL_setMethodState(__oldState);
  158.     }
  159.     
  160.     try {
  161.       super.postInvoke(__wrap, __ee);
  162.       
  163.     } catch (java.lang.Exception e) {
  164.       if (e instanceof javax.ejb.EJBException) {
  165.         throw (javax.ejb.EJBException) e;
  166.       } 
  167.       
  168.       else {
  169.         throw new javax.ejb.EJBException("Unexpected exception in " +
  170.         "bmpsample.StudentBmpBean.getEmail():" + EOL +
  171.         weblogic.utils.StackTraceUtils.throwable2StackTrace(e), e);
  172.         
  173.         
  174.       } 
  175.     }
  176.     return result;
  177.   }
  178.   
  179.   public java.lang.String getCompanyName()
  180.   {
  181.     java.lang.Throwable __ee = null;
  182.     
  183.     weblogic.ejb20.interfaces.InvocationWrapper __wrap;
  184.     weblogic.ejb20.internal.MethodDescriptor __md = 
  185.     ((StudentBmp_gv07c4_LocalHomeImpl)getEJBLocalHome()).md_eo_getCompanyName;
  186.     try {
  187.       __wrap = super.preInvoke(
  188.       __md, weblogic.ejb20.internal.DummyContextHandler.THE_ONE);
  189.     } catch (weblogic.ejb20.internal.NeedRealContextHandlerError e) {
  190.       __wrap = super.preInvoke(
  191.       __md, new weblogic.ejb20.internal.EJBContextHandler(
  192.       __md, new Object [] { }));          
  193.     }
  194.     
  195.     StudentBmp_gv07c4_Intf __bean = (StudentBmp_gv07c4_Intf) __wrap.getBean();
  196.     
  197.     java.lang.String result = null;
  198.     
  199.     int __oldState = __bean.__WL_getMethodState();
  200.     
  201.     try {
  202.       __bean.__WL_setMethodState(WLEnterpriseBean.STATE_BUSINESS_METHOD);
  203.       
  204.       result =  __bean.getCompanyName(
  205.       );
  206.       
  207.     } catch (java.lang.Throwable t) {
  208.       __ee = t;
  209.     }
  210.     finally {
  211.       __bean.__WL_setMethodState(__oldState);
  212.     }
  213.     
  214.     try {
  215.       super.postInvoke(__wrap, __ee);
  216.       
  217.     } catch (java.lang.Exception e) {
  218.       if (e instanceof javax.ejb.EJBException) {
  219.         throw (javax.ejb.EJBException) e;
  220.       } 
  221.       
  222.       else {
  223.         throw new javax.ejb.EJBException("Unexpected exception in " +
  224.         "bmpsample.StudentBmpBean.getCompanyName():" + EOL +
  225.         weblogic.utils.StackTraceUtils.throwable2StackTrace(e), e);
  226.         
  227.         
  228.       } 
  229.     }
  230.     return result;
  231.   }
  232.   
  233.   public void setEmail(java.lang.String arg0)
  234.   {
  235.     java.lang.Throwable __ee = null;
  236.     
  237.     weblogic.ejb20.interfaces.InvocationWrapper __wrap;
  238.     weblogic.ejb20.internal.MethodDescriptor __md = 
  239.     ((StudentBmp_gv07c4_LocalHomeImpl)getEJBLocalHome()).md_eo_setEmail_S;
  240.     try {
  241.       __wrap = super.preInvoke(
  242.       __md, weblogic.ejb20.internal.DummyContextHandler.THE_ONE);
  243.     } catch (weblogic.ejb20.internal.NeedRealContextHandlerError e) {
  244.       __wrap = super.preInvoke(
  245.       __md, new weblogic.ejb20.internal.EJBContextHandler(
  246.       __md, new Object [] {  arg0}));          
  247.     }
  248.     
  249.     StudentBmp_gv07c4_Intf __bean = (StudentBmp_gv07c4_Intf) __wrap.getBean();
  250.     
  251.     // No return value
  252.     
  253.     int __oldState = __bean.__WL_getMethodState();
  254.     
  255.     try {
  256.       __bean.__WL_setMethodState(WLEnterpriseBean.STATE_BUSINESS_METHOD);
  257.       
  258.       __bean.setEmail(
  259.       arg0);
  260.       
  261.     } catch (java.lang.Throwable t) {
  262.       __ee = t;
  263.     }
  264.     finally {
  265.       __bean.__WL_setMethodState(__oldState);
  266.     }
  267.     
  268.     try {
  269.       super.postInvoke(__wrap, __ee);
  270.       
  271.     } catch (java.lang.Exception e) {
  272.       if (e instanceof javax.ejb.EJBException) {
  273.         throw (javax.ejb.EJBException) e;
  274.       } 
  275.       
  276.       else {
  277.         throw new javax.ejb.EJBException("Unexpected exception in " +
  278.         "bmpsample.StudentBmpBean.setEmail():" + EOL +
  279.         weblogic.utils.StackTraceUtils.throwable2StackTrace(e), e);
  280.         
  281.         
  282.       } 
  283.     }
  284.     // No return result
  285.   }
  286.   
  287.   public java.lang.String getFirstName()
  288.   {
  289.     java.lang.Throwable __ee = null;
  290.     
  291.     weblogic.ejb20.interfaces.InvocationWrapper __wrap;
  292.     weblogic.ejb20.internal.MethodDescriptor __md = 
  293.     ((StudentBmp_gv07c4_LocalHomeImpl)getEJBLocalHome()).md_eo_getFirstName;
  294.     try {
  295.       __wrap = super.preInvoke(
  296.       __md, weblogic.ejb20.internal.DummyContextHandler.THE_ONE);
  297.     } catch (weblogic.ejb20.internal.NeedRealContextHandlerError e) {
  298.       __wrap = super.preInvoke(
  299.       __md, new weblogic.ejb20.internal.EJBContextHandler(
  300.       __md, new Object [] { }));          
  301.     }
  302.     
  303.     StudentBmp_gv07c4_Intf __bean = (StudentBmp_gv07c4_Intf) __wrap.getBean();
  304.     
  305.     java.lang.String result = null;
  306.     
  307.     int __oldState = __bean.__WL_getMethodState();
  308.     
  309.     try {
  310.       __bean.__WL_setMethodState(WLEnterpriseBean.STATE_BUSINESS_METHOD);
  311.       
  312.       result =  __bean.getFirstName(
  313.       );
  314.       
  315.     } catch (java.lang.Throwable t) {
  316.       __ee = t;
  317.     }
  318.     finally {
  319.       __bean.__WL_setMethodState(__oldState);
  320.     }
  321.     
  322.     try {
  323.       super.postInvoke(__wrap, __ee);
  324.       
  325.     } catch (java.lang.Exception e) {
  326.       if (e instanceof javax.ejb.EJBException) {
  327.         throw (javax.ejb.EJBException) e;
  328.       } 
  329.       
  330.       else {
  331.         throw new javax.ejb.EJBException("Unexpected exception in " +
  332.         "bmpsample.StudentBmpBean.getFirstName():" + EOL +
  333.         weblogic.utils.StackTraceUtils.throwable2StackTrace(e), e);
  334.         
  335.         
  336.       } 
  337.     }
  338.     return result;
  339.   }
  340.   
  341.   public void deleteASchedule(java.lang.String arg0)
  342.   throws bmpsample.RosterDAOException
  343.   {
  344.     java.lang.Throwable __ee = null;
  345.     
  346.     weblogic.ejb20.interfaces.InvocationWrapper __wrap;
  347.     weblogic.ejb20.internal.MethodDescriptor __md = 
  348.     ((StudentBmp_gv07c4_LocalHomeImpl)getEJBLocalHome()).md_eo_deleteASchedule_S;
  349.     try {
  350.       __wrap = super.preInvoke(
  351.       __md, weblogic.ejb20.internal.DummyContextHandler.THE_ONE);
  352.     } catch (weblogic.ejb20.internal.NeedRealContextHandlerError e) {
  353.       __wrap = super.preInvoke(
  354.       __md, new weblogic.ejb20.internal.EJBContextHandler(
  355.       __md, new Object [] {  arg0}));          
  356.     }
  357.     
  358.     StudentBmp_gv07c4_Intf __bean = (StudentBmp_gv07c4_Intf) __wrap.getBean();
  359.     
  360.     // No return value
  361.     
  362.     int __oldState = __bean.__WL_getMethodState();
  363.     
  364.     try {
  365.       __bean.__WL_setMethodState(WLEnterpriseBean.STATE_BUSINESS_METHOD);
  366.       
  367.       __bean.deleteASchedule(
  368.       arg0);
  369.       
  370.     } catch (java.lang.Throwable t) {
  371.       __ee = t;
  372.     }
  373.     finally {
  374.       __bean.__WL_setMethodState(__oldState);
  375.     }
  376.     
  377.     try {
  378.       super.postInvoke(__wrap, __ee);
  379.       
  380.     } catch (java.lang.Exception e) {
  381.       if (e instanceof javax.ejb.EJBException) {
  382.         throw (javax.ejb.EJBException) e;
  383.       } 
  384.       else if (e instanceof bmpsample.RosterDAOException) {
  385.         throw (bmpsample.RosterDAOException) e;
  386.       }
  387.       else {
  388.         throw new javax.ejb.EJBException("Unexpected exception in " +
  389.         "bmpsample.StudentBmpBean.deleteASchedule():" + EOL +
  390.         weblogic.utils.StackTraceUtils.throwable2StackTrace(e), e);
  391.         
  392.         
  393.       } 
  394.     }
  395.     // No return result
  396.   }
  397.   
  398.   public void setPhone(java.lang.String arg0)
  399.   {
  400.     java.lang.Throwable __ee = null;
  401.     
  402.     weblogic.ejb20.interfaces.InvocationWrapper __wrap;
  403.     weblogic.ejb20.internal.MethodDescriptor __md = 
  404.     ((StudentBmp_gv07c4_LocalHomeImpl)getEJBLocalHome()).md_eo_setPhone_S;
  405.     try {
  406.       __wrap = super.preInvoke(
  407.       __md, weblogic.ejb20.internal.DummyContextHandler.THE_ONE);
  408.     } catch (weblogic.ejb20.internal.NeedRealContextHandlerError e) {
  409.       __wrap = super.preInvoke(
  410.       __md, new weblogic.ejb20.internal.EJBContextHandler(
  411.       __md, new Object [] {  arg0}));          
  412.     }
  413.     
  414.     StudentBmp_gv07c4_Intf __bean = (StudentBmp_gv07c4_Intf) __wrap.getBean();
  415.     
  416.     // No return value
  417.     
  418.     int __oldState = __bean.__WL_getMethodState();
  419.     
  420.     try {
  421.       __bean.__WL_setMethodState(WLEnterpriseBean.STATE_BUSINESS_METHOD);
  422.       
  423.       __bean.setPhone(
  424.       arg0);
  425.       
  426.     } catch (java.lang.Throwable t) {
  427.       __ee = t;
  428.     }
  429.     finally {
  430.       __bean.__WL_setMethodState(__oldState);
  431.     }
  432.     
  433.     try {
  434.       super.postInvoke(__wrap, __ee);
  435.       
  436.     } catch (java.lang.Exception e) {
  437.       if (e instanceof javax.ejb.EJBException) {
  438.         throw (javax.ejb.EJBException) e;
  439.       } 
  440.       
  441.       else {
  442.         throw new javax.ejb.EJBException("Unexpected exception in " +
  443.         "bmpsample.StudentBmpBean.setPhone():" + EOL +
  444.         weblogic.utils.StackTraceUtils.throwable2StackTrace(e), e);
  445.         
  446.         
  447.       } 
  448.     }
  449.     // No return result
  450.   }
  451.   
  452.   public void setFirstName(java.lang.String arg0)
  453.   {
  454.     java.lang.Throwable __ee = null;
  455.     
  456.     weblogic.ejb20.interfaces.InvocationWrapper __wrap;
  457.     weblogic.ejb20.internal.MethodDescriptor __md = 
  458.     ((StudentBmp_gv07c4_LocalHomeImpl)getEJBLocalHome()).md_eo_setFirstName_S;
  459.     try {
  460.       __wrap = super.preInvoke(
  461.       __md, weblogic.ejb20.internal.DummyContextHandler.THE_ONE);
  462.     } catch (weblogic.ejb20.internal.NeedRealContextHandlerError e) {
  463.       __wrap = super.preInvoke(
  464.       __md, new weblogic.ejb20.internal.EJBContextHandler(
  465.       __md, new Object [] {  arg0}));          
  466.     }
  467.     
  468.     StudentBmp_gv07c4_Intf __bean = (StudentBmp_gv07c4_Intf) __wrap.getBean();
  469.     
  470.     // No return value
  471.     
  472.     int __oldState = __bean.__WL_getMethodState();
  473.     
  474.     try {
  475.       __bean.__WL_setMethodState(WLEnterpriseBean.STATE_BUSINESS_METHOD);
  476.       
  477.       __bean.setFirstName(
  478.       arg0);
  479.       
  480.     } catch (java.lang.Throwable t) {
  481.       __ee = t;
  482.     }
  483.     finally {
  484.       __bean.__WL_setMethodState(__oldState);
  485.     }
  486.     
  487.     try {
  488.       super.postInvoke(__wrap, __ee);
  489.       
  490.     } catch (java.lang.Exception e) {
  491.       if (e instanceof javax.ejb.EJBException) {
  492.         throw (javax.ejb.EJBException) e;
  493.       } 
  494.       
  495.       else {
  496.         throw new javax.ejb.EJBException("Unexpected exception in " +
  497.         "bmpsample.StudentBmpBean.setFirstName():" + EOL +
  498.         weblogic.utils.StackTraceUtils.throwable2StackTrace(e), e);
  499.         
  500.         
  501.       } 
  502.     }
  503.     // No return result
  504.   }
  505.   
  506.   public void setPassword(java.lang.String arg0)
  507.   {
  508.     java.lang.Throwable __ee = null;
  509.     
  510.     weblogic.ejb20.interfaces.InvocationWrapper __wrap;
  511.     weblogic.ejb20.internal.MethodDescriptor __md = 
  512.     ((StudentBmp_gv07c4_LocalHomeImpl)getEJBLocalHome()).md_eo_setPassword_S;
  513.     try {
  514.       __wrap = super.preInvoke(
  515.       __md, weblogic.ejb20.internal.DummyContextHandler.THE_ONE);
  516.     } catch (weblogic.ejb20.internal.NeedRealContextHandlerError e) {
  517.       __wrap = super.preInvoke(
  518.       __md, new weblogic.ejb20.internal.EJBContextHandler(
  519.       __md, new Object [] {  arg0}));          
  520.     }
  521.     
  522.     StudentBmp_gv07c4_Intf __bean = (StudentBmp_gv07c4_Intf) __wrap.getBean();
  523.     
  524.     // No return value
  525.     
  526.     int __oldState = __bean.__WL_getMethodState();
  527.     
  528.     try {
  529.       __bean.__WL_setMethodState(WLEnterpriseBean.STATE_BUSINESS_METHOD);
  530.       
  531.       __bean.setPassword(
  532.       arg0);
  533.       
  534.     } catch (java.lang.Throwable t) {
  535.       __ee = t;
  536.     }
  537.     finally {
  538.       __bean.__WL_setMethodState(__oldState);
  539.     }
  540.     
  541.     try {
  542.       super.postInvoke(__wrap, __ee);
  543.       
  544.     } catch (java.lang.Exception e) {
  545.       if (e instanceof javax.ejb.EJBException) {
  546.         throw (javax.ejb.EJBException) e;
  547.       } 
  548.       
  549.       else {
  550.         throw new javax.ejb.EJBException("Unexpected exception in " +
  551.         "bmpsample.StudentBmpBean.setPassword():" + EOL +
  552.         weblogic.utils.StackTraceUtils.throwable2StackTrace(e), e);
  553.         
  554.         
  555.       } 
  556.     }
  557.     // No return result
  558.   }
  559.   
  560.   public java.lang.String getLastName()
  561.   {
  562.     java.lang.Throwable __ee = null;
  563.     
  564.     weblogic.ejb20.interfaces.InvocationWrapper __wrap;
  565.     weblogic.ejb20.internal.MethodDescriptor __md = 
  566.     ((StudentBmp_gv07c4_LocalHomeImpl)getEJBLocalHome()).md_eo_getLastName;
  567.     try {
  568.       __wrap = super.preInvoke(
  569.       __md, weblogic.ejb20.internal.DummyContextHandler.THE_ONE);
  570.     } catch (weblogic.ejb20.internal.NeedRealContextHandlerError e) {
  571.       __wrap = super.preInvoke(
  572.       __md, new weblogic.ejb20.internal.EJBContextHandler(
  573.       __md, new Object [] { }));          
  574.     }
  575.     
  576.     StudentBmp_gv07c4_Intf __bean = (StudentBmp_gv07c4_Intf) __wrap.getBean();
  577.     
  578.     java.lang.String result = null;
  579.     
  580.     int __oldState = __bean.__WL_getMethodState();
  581.     
  582.     try {
  583.       __bean.__WL_setMethodState(WLEnterpriseBean.STATE_BUSINESS_METHOD);
  584.       
  585.       result =  __bean.getLastName(
  586.       );
  587.       
  588.     } catch (java.lang.Throwable t) {
  589.       __ee = t;
  590.     }
  591.     finally {
  592.       __bean.__WL_setMethodState(__oldState);
  593.     }
  594.     
  595.     try {
  596.       super.postInvoke(__wrap, __ee);
  597.       
  598.     } catch (java.lang.Exception e) {
  599.       if (e instanceof javax.ejb.EJBException) {
  600.         throw (javax.ejb.EJBException) e;
  601.       } 
  602.       
  603.       else {
  604.         throw new javax.ejb.EJBException("Unexpected exception in " +
  605.         "bmpsample.StudentBmpBean.getLastName():" + EOL +
  606.         weblogic.utils.StackTraceUtils.throwable2StackTrace(e), e);
  607.         
  608.         
  609.       } 
  610.     }
  611.     return result;
  612.   }
  613.   
  614.   public void addASchedule(java.lang.String arg0)
  615.   throws bmpsample.RosterDAOException
  616.   {
  617.     java.lang.Throwable __ee = null;
  618.     
  619.     weblogic.ejb20.interfaces.InvocationWrapper __wrap;
  620.     weblogic.ejb20.internal.MethodDescriptor __md = 
  621.     ((StudentBmp_gv07c4_LocalHomeImpl)getEJBLocalHome()).md_eo_addASchedule_S;
  622.     try {
  623.       __wrap = super.preInvoke(
  624.       __md, weblogic.ejb20.internal.DummyContextHandler.THE_ONE);
  625.     } catch (weblogic.ejb20.internal.NeedRealContextHandlerError e) {
  626.       __wrap = super.preInvoke(
  627.       __md, new weblogic.ejb20.internal.EJBContextHandler(
  628.       __md, new Object [] {  arg0}));          
  629.     }
  630.     
  631.     StudentBmp_gv07c4_Intf __bean = (StudentBmp_gv07c4_Intf) __wrap.getBean();
  632.     
  633.     // No return value
  634.     
  635.     int __oldState = __bean.__WL_getMethodState();
  636.     
  637.     try {
  638.       __bean.__WL_setMethodState(WLEnterpriseBean.STATE_BUSINESS_METHOD);
  639.       
  640.       __bean.addASchedule(
  641.       arg0);
  642.       
  643.     } catch (java.lang.Throwable t) {
  644.       __ee = t;
  645.     }
  646.     finally {
  647.       __bean.__WL_setMethodState(__oldState);
  648.     }
  649.     
  650.     try {
  651.       super.postInvoke(__wrap, __ee);
  652.       
  653.     } catch (java.lang.Exception e) {
  654.       if (e instanceof javax.ejb.EJBException) {
  655.         throw (javax.ejb.EJBException) e;
  656.       } 
  657.       else if (e instanceof bmpsample.RosterDAOException) {
  658.         throw (bmpsample.RosterDAOException) e;
  659.       }
  660.       else {
  661.         throw new javax.ejb.EJBException("Unexpected exception in " +
  662.         "bmpsample.StudentBmpBean.addASchedule():" + EOL +
  663.         weblogic.utils.StackTraceUtils.throwable2StackTrace(e), e);
  664.         
  665.         
  666.       } 
  667.     }
  668.     // No return result
  669.   }
  670.   
  671.   public void setCompanyName(java.lang.String arg0)
  672.   {
  673.     java.lang.Throwable __ee = null;
  674.     
  675.     weblogic.ejb20.interfaces.InvocationWrapper __wrap;
  676.     weblogic.ejb20.internal.MethodDescriptor __md = 
  677.     ((StudentBmp_gv07c4_LocalHomeImpl)getEJBLocalHome()).md_eo_setCompanyName_S;
  678.     try {
  679.       __wrap = super.preInvoke(
  680.       __md, weblogic.ejb20.internal.DummyContextHandler.THE_ONE);
  681.     } catch (weblogic.ejb20.internal.NeedRealContextHandlerError e) {
  682.       __wrap = super.preInvoke(
  683.       __md, new weblogic.ejb20.internal.EJBContextHandler(
  684.       __md, new Object [] {  arg0}));          
  685.     }
  686.     
  687.     StudentBmp_gv07c4_Intf __bean = (StudentBmp_gv07c4_Intf) __wrap.getBean();
  688.     
  689.     // No return value
  690.     
  691.     int __oldState = __bean.__WL_getMethodState();
  692.     
  693.     try {
  694.       __bean.__WL_setMethodState(WLEnterpriseBean.STATE_BUSINESS_METHOD);
  695.       
  696.       __bean.setCompanyName(
  697.       arg0);
  698.       
  699.     } catch (java.lang.Throwable t) {
  700.       __ee = t;
  701.     }
  702.     finally {
  703.       __bean.__WL_setMethodState(__oldState);
  704.     }
  705.     
  706.     try {
  707.       super.postInvoke(__wrap, __ee);
  708.       
  709.     } catch (java.lang.Exception e) {
  710.       if (e instanceof javax.ejb.EJBException) {
  711.         throw (javax.ejb.EJBException) e;
  712.       } 
  713.       
  714.       else {
  715.         throw new javax.ejb.EJBException("Unexpected exception in " +
  716.         "bmpsample.StudentBmpBean.setCompanyName():" + EOL +
  717.         weblogic.utils.StackTraceUtils.throwable2StackTrace(e), e);
  718.         
  719.         
  720.       } 
  721.     }
  722.     // No return result
  723.   }
  724.   
  725.   public java.lang.String getPhone()
  726.   {
  727.     java.lang.Throwable __ee = null;
  728.     
  729.     weblogic.ejb20.interfaces.InvocationWrapper __wrap;
  730.     weblogic.ejb20.internal.MethodDescriptor __md = 
  731.     ((StudentBmp_gv07c4_LocalHomeImpl)getEJBLocalHome()).md_eo_getPhone;
  732.     try {
  733.       __wrap = super.preInvoke(
  734.       __md, weblogic.ejb20.internal.DummyContextHandler.THE_ONE);
  735.     } catch (weblogic.ejb20.internal.NeedRealContextHandlerError e) {
  736.       __wrap = super.preInvoke(
  737.       __md, new weblogic.ejb20.internal.EJBContextHandler(
  738.       __md, new Object [] { }));          
  739.     }
  740.     
  741.     StudentBmp_gv07c4_Intf __bean = (StudentBmp_gv07c4_Intf) __wrap.getBean();
  742.     
  743.     java.lang.String result = null;
  744.     
  745.     int __oldState = __bean.__WL_getMethodState();
  746.     
  747.     try {
  748.       __bean.__WL_setMethodState(WLEnterpriseBean.STATE_BUSINESS_METHOD);
  749.       
  750.       result =  __bean.getPhone(
  751.       );
  752.       
  753.     } catch (java.lang.Throwable t) {
  754.       __ee = t;
  755.     }
  756.     finally {
  757.       __bean.__WL_setMethodState(__oldState);
  758.     }
  759.     
  760.     try {
  761.       super.postInvoke(__wrap, __ee);
  762.       
  763.     } catch (java.lang.Exception e) {
  764.       if (e instanceof javax.ejb.EJBException) {
  765.         throw (javax.ejb.EJBException) e;
  766.       } 
  767.       
  768.       else {
  769.         throw new javax.ejb.EJBException("Unexpected exception in " +
  770.         "bmpsample.StudentBmpBean.getPhone():" + EOL +
  771.         weblogic.utils.StackTraceUtils.throwable2StackTrace(e), e);
  772.         
  773.         
  774.       } 
  775.     }
  776.     return result;
  777.   }
  778.   
  779.   public java.util.Vector getScheduleList() throws bmpsample.RosterDAOException
  780.   {
  781.     java.lang.Throwable __ee = null;
  782.     
  783.     weblogic.ejb20.interfaces.InvocationWrapper __wrap;
  784.     weblogic.ejb20.internal.MethodDescriptor __md = 
  785.     ((StudentBmp_gv07c4_LocalHomeImpl)getEJBLocalHome()).md_eo_getScheduleList;
  786.     try {
  787.       __wrap = super.preInvoke(
  788.       __md, weblogic.ejb20.internal.DummyContextHandler.THE_ONE);
  789.     } catch (weblogic.ejb20.internal.NeedRealContextHandlerError e) {
  790.       __wrap = super.preInvoke(
  791.       __md, new weblogic.ejb20.internal.EJBContextHandler(
  792.       __md, new Object [] { }));          
  793.     }
  794.     
  795.     StudentBmp_gv07c4_Intf __bean = (StudentBmp_gv07c4_Intf) __wrap.getBean();
  796.     
  797.     java.util.Vector result = null;
  798.     
  799.     int __oldState = __bean.__WL_getMethodState();
  800.     
  801.     try {
  802.       __bean.__WL_setMethodState(WLEnterpriseBean.STATE_BUSINESS_METHOD);
  803.       
  804.       result =  __bean.getScheduleList(
  805.       );
  806.       
  807.     } catch (java.lang.Throwable t) {
  808.       __ee = t;
  809.     }
  810.     finally {
  811.       __bean.__WL_setMethodState(__oldState);
  812.     }
  813.     
  814.     try {
  815.       super.postInvoke(__wrap, __ee);
  816.       
  817.     } catch (java.lang.Exception e) {
  818.       if (e instanceof javax.ejb.EJBException) {
  819.         throw (javax.ejb.EJBException) e;
  820.       } 
  821.       else if (e instanceof bmpsample.RosterDAOException) {
  822.         throw (bmpsample.RosterDAOException) e;
  823.       }
  824.       else {
  825.         throw new javax.ejb.EJBException("Unexpected exception in " +
  826.         "bmpsample.StudentBmpBean.getScheduleList():" + EOL +
  827.         weblogic.utils.StackTraceUtils.throwable2StackTrace(e), e);
  828.         
  829.         
  830.       } 
  831.     }
  832.     return result;
  833.   }
  834.   
  835.   
  836.   
  837.   public void remove()
  838.   throws javax.ejb.RemoveException
  839.   {
  840.     super.remove(((StudentBmp_gv07c4_LocalHomeImpl)getEJBLocalHome()).md_eo_remove);
  841.   }
  842.   
  843.   private void writeObject(java.io.ObjectOutputStream out)
  844.   throws java.io.IOException 
  845.   {
  846.     throw new javax.ejb.EJBException(
  847.     "Attempt to pass a reference to an EJBLocalObject to a remote " +
  848.     "client.  A local EJB component may only be accessed by clients " +
  849.     "co-located in the same ear or standalone jar file.");
  850.   }
  851.   
  852.   private void readObject(java.io.ObjectInputStream in)
  853.   throws java.io.IOException, java.lang.ClassNotFoundException 
  854.   {
  855.     // this method is never called
  856.     
  857.     throw new javax.ejb.EJBException(
  858.     "Attempt to pass a reference to an EJBLocalObject to a remote " +
  859.     "client.  A local EJB component may only be accessed by clients " +
  860.     "co-located in the same ear or standalone jar file.");
  861.   }
  862. }