1 /*2 * Generated by XDoclet - Do not edit!3 */4 package test.interfaces;5 6 /**7 * Local home interface for Teller.8 * @xdoclet-generated at 16-04-059 * @copyright The XDoclet Team10 * @author XDoclet11 * @version 1.2.312 */13 public interface TellerLocalHome14 extends javax.ejb.EJBLocalHome 15 {16 public static final String COMP_NAME="java:comp/env/ejb/TellerLocal";17 public static final String JNDI_NAME="TellerLocal";18 19 public test.interfaces.TellerLocal create()20 throws javax.ejb.CreateException ;21 22 }23