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

Java编程

开发平台:

Java

  1. /**
  2. * This code was automatically generated at 15:57:16 on 2003-9-4
  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.userjmssesenbdb;
  9. public final class SessBean_x985oc_Impl
  10. extends SessBean
  11. implements weblogic.ejb20.interfaces.WLEnterpriseBean,
  12. SessBean_x985oc_Intf
  13. {
  14.   private int __WL_method_state;
  15.   
  16.   private boolean __WL_busy = false;
  17.   
  18.   private boolean __WL_isLocal = false;
  19.   
  20.   private boolean __WL_needsRemove;
  21.   
  22.   private boolean __WL_creatorOfTx;
  23.   
  24.   private javax.ejb.EJBContext __WL_EJBContext;
  25.   
  26.   private javax.transaction.Transaction __WL_bmtx;
  27.   
  28.   private Object __WL_loadUser;
  29.   
  30.   public SessBean_x985oc_Impl()  {}
  31.   
  32.   public boolean __WL_isBusy() { return __WL_busy; }
  33.   public void __WL_setBusy(boolean b) { __WL_busy = b; }
  34.   
  35.   public boolean __WL_getIsLocal() { return __WL_isLocal; }
  36.   public void __WL_setIsLocal(boolean b) { __WL_isLocal = b; }
  37.   
  38.   public javax.transaction.Transaction __WL_getBeanManagedTransaction() {
  39.     return __WL_bmtx;
  40.   }
  41.   
  42.   public void __WL_setBeanManagedTransaction(javax.transaction.Transaction tx) {
  43.     __WL_bmtx = tx;
  44.   }
  45.   
  46.   public javax.ejb.EJBContext __WL_getEJBContext() { return __WL_EJBContext; }
  47.   public void __WL_setEJBContext(javax.ejb.EJBContext ctx) { 
  48.     __WL_EJBContext = ctx; 
  49.   }
  50.   
  51.   public int __WL_getMethodState() { return __WL_method_state; }
  52.   public void __WL_setMethodState(int state) { __WL_method_state = state; }
  53.   
  54.   public boolean __WL_needsRemove() { return __WL_needsRemove; }
  55.   public void __WL_setNeedsRemove(boolean b) { __WL_needsRemove = b; }
  56.   
  57.   public void __WL_setLoadUser(Object o) { __WL_loadUser = o;}
  58.   public Object __WL_getLoadUser() { return __WL_loadUser; } 
  59.   
  60.   
  61.   public void __WL_setCreatorOfTx (boolean b) { __WL_creatorOfTx = b; }
  62.   public boolean __WL_isCreatorOfTx() { return __WL_creatorOfTx; }
  63.   
  64.   
  65.   public void ejbActivate() 
  66.   
  67.   {
  68.     int oldState = __WL_method_state;
  69.     try {
  70.       __WL_method_state = STATE_EJB_ACTIVATE;
  71.       super.ejbActivate();
  72.     } finally {
  73.       __WL_method_state = oldState;
  74.     }
  75.   }
  76.   
  77.   public void ejbPassivate() 
  78.   
  79.   {
  80.     int oldState = __WL_method_state;
  81.     try {
  82.       __WL_method_state = STATE_EJB_PASSIVATE;
  83.       super.ejbPassivate();
  84.     } finally {
  85.       __WL_method_state = oldState;
  86.     }
  87.   }
  88.   
  89.   public void ejbRemove() 
  90.   
  91.   {
  92.     int oldState = __WL_method_state;
  93.     
  94.     try {
  95.       __WL_method_state = STATE_EJB_REMOVE;
  96.       super.ejbRemove();
  97.     } finally {
  98.       __WL_method_state = oldState;
  99.     }
  100.   }
  101.   
  102.   
  103.   public void setSessionContext(javax.ejb.SessionContext ctx)
  104.   
  105.   {
  106.     int oldState = __WL_method_state;
  107.     try {
  108.       __WL_method_state = STATE_SET_CONTEXT;
  109.       super.setSessionContext(ctx);
  110.     } finally {
  111.       __WL_method_state = oldState;
  112.     }
  113.   }
  114.   
  115.   
  116.   
  117.   
  118.   
  119.   
  120.   
  121.   // create, find, remove, EJB 2.0 home methods
  122.   
  123.   public void ejbCreate()
  124.   throws javax.ejb.CreateException,javax.naming.NamingException,java.rmi.RemoteException
  125.   {
  126.     int oldState = __WL_method_state;
  127.     
  128.     try {
  129.       __WL_method_state = STATE_EJB_CREATE;
  130.       
  131.       // No return value
  132.       
  133.       super.ejbCreate();
  134.       
  135.       // No return result
  136.     } finally {
  137.       __WL_method_state = oldState;
  138.     }
  139.   }
  140.   
  141.   
  142.   
  143.   
  144. }