⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 customermanagesessionbean_ihdxsw_homeimpl.java

📁 客户管理系统,很强大的功能,能完成日常生活中的大部分事务
💻 JAVA
字号:
/**
* This code was automatically generated at 15:51:48 on 2005-12-9
* by weblogic.ejb20.ejbc.Ejb2Rmi -- do not edit.
*
* @version WebLogic Server 8.1  Fri Dec 5 15:01:51 PST 2003 316284 
* @author Copyright (c) 2005 by BEA Systems, Inc. All Rights Reserved.
*/

package custom_management;
import weblogic.ejb20.interfaces.WLEnterpriseBean;
public final class CustomerManageSessionBean_ihdxsw_HomeImpl
extends    weblogic.ejb20.internal.StatelessEJBHome
implements custom_management.CustomerManageSessionHome, weblogic.utils.PlatformConstants

{
  public weblogic.ejb20.internal.MethodDescriptor md_eo_saveNewRole_custom_management_RoleObjectjava_util_Collection;
  public weblogic.ejb20.internal.MethodDescriptor md_eo_getRolesMappedAndNotMappedByEmpId_L;
  public weblogic.ejb20.internal.MethodDescriptor md_eo_getWbRoleBeans;
  public weblogic.ejb20.internal.MethodDescriptor md_eo_getWbEmployeeBeans;
  public weblogic.ejb20.internal.MethodDescriptor md_eo_deleteRoleByIds_AL;
  public weblogic.ejb20.internal.MethodDescriptor md_eo_getRolesByEmployeeId_L;
  public weblogic.ejb20.internal.MethodDescriptor md_eo_saveNewEmployee_custom_management_EmployeeObjectjava_util_Collection;
  public weblogic.ejb20.internal.MethodDescriptor md_eo_updateRoleById_Lcustom_management_RoleObjectjava_util_Collection;
  public weblogic.ejb20.internal.MethodDescriptor md_eo_getWbEployeeBySn_L;
  public weblogic.ejb20.internal.MethodDescriptor md_eo_updateEmployeeBySn_Lcustom_management_EmployeeObjectjava_util_Collection;
  public weblogic.ejb20.internal.MethodDescriptor md_eo_getEmployeesByRoleId_L;
  public weblogic.ejb20.internal.MethodDescriptor md_eo_getWbRoleById_L;
  public weblogic.ejb20.internal.MethodDescriptor md_eo_deleteEmployeeBySns_AL;
  public weblogic.ejb20.internal.MethodDescriptor md_eo_getEmployeesMappedAndNotMappedByRoleId_L;
  
  
  public weblogic.ejb20.internal.MethodDescriptor md_ejbCreate;
  
  
  
  
  
  private static java.lang.reflect.Method mth_ejbCreate;
  private static java.lang.reflect.Method mth_postejbCreate;
  
  
  
  
  
  public weblogic.ejb20.internal.MethodDescriptor md_eo_remove;
  
  public weblogic.ejb20.internal.MethodDescriptor md_ejbRemove_javax_ejb_Handle;
  public weblogic.ejb20.internal.MethodDescriptor md_ejbRemove_O;
  
  static {
    
    try {
      
      
      mth_ejbCreate = CustomerManageSessionBean_ihdxsw_Intf.class.getMethod(
      "ejbCreate", null);
      
      if (false) {
        mth_postejbCreate = CustomerManageSessionBean_ihdxsw_Intf.class.getMethod(
        "ejbPostCreate", null); 
      }
      
      
      
      
      
    } catch (Exception e) {
      throw new AssertionError("Unable to find expected "+
      "methods.  Please check your classpath for stale versions of "+
      "your ejb classes and re-run weblogic.ejbc");
    }
  }
  
  
  public CustomerManageSessionBean_ihdxsw_HomeImpl() {
    super(CustomerManageSessionBean_ihdxsw_EOImpl.class
    );
  }
  
  
  public custom_management.CustomerManageSession create ()
  throws javax.ejb.CreateException, java.rmi.RemoteException
  {
    try {
      return (custom_management.CustomerManageSession) super.create(md_ejbCreate);
    } catch (java.lang.Exception e) {
      if (e instanceof java.rmi.RemoteException) {
        throw (java.rmi.RemoteException)e;
      }
      else if (e instanceof javax.ejb.CreateException) {
        throw (javax.ejb.CreateException) e;
      }
      else {
        throw new javax.ejb.CreateException ("Error while creating bean: " + 
        e.toString());
      }
    }
  }
  
  
  
  
  
  
  
  public void remove(java.lang.Object pk) 
  throws java.rmi.RemoteException, javax.ejb.RemoveException
  {
    super.remove(md_ejbRemove_O, pk);
  }
  
  public void remove(javax.ejb.Handle h)
  throws java.rmi.RemoteException, javax.ejb.RemoveException
  {
    super.remove(md_ejbRemove_javax_ejb_Handle, h);
  }
  
  
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -