Package com.centraview.hr.hremployee

Examples of com.centraview.hr.hremployee.EmployeeLocal.deleteEmployee()


      InitialContext ic = CVUtility.getInitialContext();
      EmployeeLocalHome home = (EmployeeLocalHome)ic.lookup("local/Employee");
      EmployeeLocal remote = (EmployeeLocal) home.create();
      remote.setDataSource(this.dataSource);

      remote.deleteEmployee(individualID);

    }catch(CreateException ce)
    {
      throw new EJBException(ce);
    }catch(NamingException ce)
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.