/** * Example license header for Java files * * http://andromda.sourceforge.net/ */ // // Attention: Generated code! Do not modify by hand! // Generated by ejb/SpringSessionLocalHome.vsl in andromda-spring-cartridge on 09/18/2014 17:02:26-0400. Do not modify by hand!. // package org.andromda.test.7.ejb; /** * @see org.andromda.test.7.RentalService */ public interface RentalServiceHome extends javax.ejb.EJBLocalHome { /** * The logical JNDI name. */ public static final String COMP_NAME="java:comp/env/ejb/org.andromda.test.7.RentalService"; /** * The physical JNDI name. */ public static final String JNDI_NAME="ejb/org.andromda.test.7.RentalService"; /** * @return local ejb * @throws CreateException */ public org.andromda.test.7.ejb.RentalService create() throws javax.ejb.CreateException; }