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

Java编程

开发平台:

Java

  1. /**
  2. * This code was automatically generated at 13:53:49 on 2003-9-3
  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 com.cwj.entitybeandempcmp;
  9. import weblogic.ejb20.interfaces.WLEnterpriseBean;
  10. public final class Student_z53p80_EOImpl
  11. extends weblogic.ejb20.internal.EntityEJBObject_Activatable
  12. implements com.cwj.entitybeandempcmp.StudentRemote, weblogic.utils.PlatformConstants
  13. {
  14.   
  15.   public Student_z53p80_EOImpl() {}
  16.   
  17.   public void setLastname(java.lang.String arg0) throws java.rmi.RemoteException
  18.   {
  19.     java.lang.Throwable __ee = null;
  20.     
  21.     weblogic.ejb20.interfaces.InvocationWrapper __wrap;
  22.     weblogic.ejb20.internal.MethodDescriptor __md = 
  23.     ((Student_z53p80_HomeImpl)getEJBHome()).md_eo_setLastname_S;
  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 [] {  arg0}));          
  31.     }
  32.     
  33.     Student_z53p80_Intf __bean = (Student_z53p80_Intf) __wrap.getBean();
  34.     
  35.     // No return value
  36.     
  37.     int __oldState = __bean.__WL_getMethodState();
  38.     
  39.     try {
  40.       __bean.__WL_setMethodState(WLEnterpriseBean.STATE_BUSINESS_METHOD);
  41.       
  42.       __bean.setLastname( arg0);
  43.       ((weblogic.ejb20.persistence.spi.CMPBean) __bean).__WL_checkExistsOnMethod();
  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.       
  60.       else {
  61.         throw new java.rmi.UnexpectedException("Unexpected exception in " +
  62.         "com.cwj.entitybeandempcmp.StudentBean.setLastname():" + EOL +
  63.         weblogic.utils.StackTraceUtils.throwable2StackTrace(e), e);
  64.       } 
  65.     }
  66.     // No return result
  67.   }
  68.   
  69.   public java.lang.String getLastname() throws java.rmi.RemoteException
  70.   {
  71.     java.lang.Throwable __ee = null;
  72.     
  73.     weblogic.ejb20.interfaces.InvocationWrapper __wrap;
  74.     weblogic.ejb20.internal.MethodDescriptor __md = 
  75.     ((Student_z53p80_HomeImpl)getEJBHome()).md_eo_getLastname;
  76.     try {
  77.       __wrap = super.preInvoke(
  78.       __md, weblogic.ejb20.internal.DummyContextHandler.THE_ONE);
  79.     } catch (weblogic.ejb20.internal.NeedRealContextHandlerError e) {
  80.       __wrap = super.preInvoke(
  81.       __md, new weblogic.ejb20.internal.EJBContextHandler(
  82.       __md, new Object [] { }));          
  83.     }
  84.     
  85.     Student_z53p80_Intf __bean = (Student_z53p80_Intf) __wrap.getBean();
  86.     
  87.     java.lang.String result = null;
  88.     
  89.     int __oldState = __bean.__WL_getMethodState();
  90.     
  91.     try {
  92.       __bean.__WL_setMethodState(WLEnterpriseBean.STATE_BUSINESS_METHOD);
  93.       
  94.       result =  __bean.getLastname();
  95.       ((weblogic.ejb20.persistence.spi.CMPBean) __bean).__WL_checkExistsOnMethod();
  96.       
  97.     } catch (java.lang.Throwable t) {
  98.       __ee = t;
  99.     }
  100.     finally {
  101.       __bean.__WL_setMethodState(__oldState);
  102.     }
  103.     
  104.     try {
  105.       super.postInvoke(__wrap, __ee);
  106.       
  107.     } catch (java.lang.Exception e) {
  108.       if (e instanceof java.rmi.RemoteException) {
  109.         throw (java.rmi.RemoteException)e;
  110.       } 
  111.       
  112.       else {
  113.         throw new java.rmi.UnexpectedException("Unexpected exception in " +
  114.         "com.cwj.entitybeandempcmp.StudentBean.getLastname():" + EOL +
  115.         weblogic.utils.StackTraceUtils.throwable2StackTrace(e), e);
  116.       } 
  117.     }
  118.     return result;
  119.   }
  120.   
  121.   public java.lang.String getFirstname() throws java.rmi.RemoteException
  122.   {
  123.     java.lang.Throwable __ee = null;
  124.     
  125.     weblogic.ejb20.interfaces.InvocationWrapper __wrap;
  126.     weblogic.ejb20.internal.MethodDescriptor __md = 
  127.     ((Student_z53p80_HomeImpl)getEJBHome()).md_eo_getFirstname;
  128.     try {
  129.       __wrap = super.preInvoke(
  130.       __md, weblogic.ejb20.internal.DummyContextHandler.THE_ONE);
  131.     } catch (weblogic.ejb20.internal.NeedRealContextHandlerError e) {
  132.       __wrap = super.preInvoke(
  133.       __md, new weblogic.ejb20.internal.EJBContextHandler(
  134.       __md, new Object [] { }));          
  135.     }
  136.     
  137.     Student_z53p80_Intf __bean = (Student_z53p80_Intf) __wrap.getBean();
  138.     
  139.     java.lang.String result = null;
  140.     
  141.     int __oldState = __bean.__WL_getMethodState();
  142.     
  143.     try {
  144.       __bean.__WL_setMethodState(WLEnterpriseBean.STATE_BUSINESS_METHOD);
  145.       
  146.       result =  __bean.getFirstname();
  147.       ((weblogic.ejb20.persistence.spi.CMPBean) __bean).__WL_checkExistsOnMethod();
  148.       
  149.     } catch (java.lang.Throwable t) {
  150.       __ee = t;
  151.     }
  152.     finally {
  153.       __bean.__WL_setMethodState(__oldState);
  154.     }
  155.     
  156.     try {
  157.       super.postInvoke(__wrap, __ee);
  158.       
  159.     } catch (java.lang.Exception e) {
  160.       if (e instanceof java.rmi.RemoteException) {
  161.         throw (java.rmi.RemoteException)e;
  162.       } 
  163.       
  164.       else {
  165.         throw new java.rmi.UnexpectedException("Unexpected exception in " +
  166.         "com.cwj.entitybeandempcmp.StudentBean.getFirstname():" + EOL +
  167.         weblogic.utils.StackTraceUtils.throwable2StackTrace(e), e);
  168.       } 
  169.     }
  170.     return result;
  171.   }
  172.   
  173.   public java.lang.String getStudentID() throws java.rmi.RemoteException
  174.   {
  175.     java.lang.Throwable __ee = null;
  176.     
  177.     weblogic.ejb20.interfaces.InvocationWrapper __wrap;
  178.     weblogic.ejb20.internal.MethodDescriptor __md = 
  179.     ((Student_z53p80_HomeImpl)getEJBHome()).md_eo_getStudentID;
  180.     try {
  181.       __wrap = super.preInvoke(
  182.       __md, weblogic.ejb20.internal.DummyContextHandler.THE_ONE);
  183.     } catch (weblogic.ejb20.internal.NeedRealContextHandlerError e) {
  184.       __wrap = super.preInvoke(
  185.       __md, new weblogic.ejb20.internal.EJBContextHandler(
  186.       __md, new Object [] { }));          
  187.     }
  188.     
  189.     Student_z53p80_Intf __bean = (Student_z53p80_Intf) __wrap.getBean();
  190.     
  191.     java.lang.String result = null;
  192.     
  193.     int __oldState = __bean.__WL_getMethodState();
  194.     
  195.     try {
  196.       __bean.__WL_setMethodState(WLEnterpriseBean.STATE_BUSINESS_METHOD);
  197.       
  198.       result =  __bean.getStudentID();
  199.       ((weblogic.ejb20.persistence.spi.CMPBean) __bean).__WL_checkExistsOnMethod();
  200.       
  201.     } catch (java.lang.Throwable t) {
  202.       __ee = t;
  203.     }
  204.     finally {
  205.       __bean.__WL_setMethodState(__oldState);
  206.     }
  207.     
  208.     try {
  209.       super.postInvoke(__wrap, __ee);
  210.       
  211.     } catch (java.lang.Exception e) {
  212.       if (e instanceof java.rmi.RemoteException) {
  213.         throw (java.rmi.RemoteException)e;
  214.       } 
  215.       
  216.       else {
  217.         throw new java.rmi.UnexpectedException("Unexpected exception in " +
  218.         "com.cwj.entitybeandempcmp.StudentBean.getStudentID():" + EOL +
  219.         weblogic.utils.StackTraceUtils.throwable2StackTrace(e), e);
  220.       } 
  221.     }
  222.     return result;
  223.   }
  224.   
  225.   public void setFirstname(java.lang.String arg0) throws java.rmi.RemoteException
  226.   {
  227.     java.lang.Throwable __ee = null;
  228.     
  229.     weblogic.ejb20.interfaces.InvocationWrapper __wrap;
  230.     weblogic.ejb20.internal.MethodDescriptor __md = 
  231.     ((Student_z53p80_HomeImpl)getEJBHome()).md_eo_setFirstname_S;
  232.     try {
  233.       __wrap = super.preInvoke(
  234.       __md, weblogic.ejb20.internal.DummyContextHandler.THE_ONE);
  235.     } catch (weblogic.ejb20.internal.NeedRealContextHandlerError e) {
  236.       __wrap = super.preInvoke(
  237.       __md, new weblogic.ejb20.internal.EJBContextHandler(
  238.       __md, new Object [] {  arg0}));          
  239.     }
  240.     
  241.     Student_z53p80_Intf __bean = (Student_z53p80_Intf) __wrap.getBean();
  242.     
  243.     // No return value
  244.     
  245.     int __oldState = __bean.__WL_getMethodState();
  246.     
  247.     try {
  248.       __bean.__WL_setMethodState(WLEnterpriseBean.STATE_BUSINESS_METHOD);
  249.       
  250.       __bean.setFirstname( arg0);
  251.       ((weblogic.ejb20.persistence.spi.CMPBean) __bean).__WL_checkExistsOnMethod();
  252.       
  253.     } catch (java.lang.Throwable t) {
  254.       __ee = t;
  255.     }
  256.     finally {
  257.       __bean.__WL_setMethodState(__oldState);
  258.     }
  259.     
  260.     try {
  261.       super.postInvoke(__wrap, __ee);
  262.       
  263.     } catch (java.lang.Exception e) {
  264.       if (e instanceof java.rmi.RemoteException) {
  265.         throw (java.rmi.RemoteException)e;
  266.       } 
  267.       
  268.       else {
  269.         throw new java.rmi.UnexpectedException("Unexpected exception in " +
  270.         "com.cwj.entitybeandempcmp.StudentBean.setFirstname():" + EOL +
  271.         weblogic.utils.StackTraceUtils.throwable2StackTrace(e), e);
  272.       } 
  273.     }
  274.     // No return result
  275.   }
  276.   
  277.   
  278.   
  279.   public void remove()
  280.   throws javax.ejb.RemoveException, java.rmi.RemoteException
  281.   {
  282.     super.remove(((Student_z53p80_HomeImpl)getEJBHome()).md_eo_remove);
  283.   }
  284.   
  285. }