/** * Example license header for Java files * * http://www.andromda.org/ */ // // Attention: Generated code! Do not modify by hand! // Generated by: SpringSessionLocalHome.vsl in andromda-spring-cartridge. // 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"; public org.andromda.test.7.ejb.RentalService create() throws javax.ejb.CreateException; }