/* * Generated by XDoclet - Do not edit! */ package org.jboss.test.cmp2.cmrtree.ejb; /** * Local home interface for A. */ public interface ALocalHome extends javax.ejb.EJBLocalHome { public static final String COMP_NAME="java:comp/env/ejb/ALocal"; public static final String JNDI_NAME="ALocal"; public org.jboss.test.cmp2.cmrtree.ejb.ALocal create(int id , java.lang.String id2 , java.lang.String name) throws javax.ejb.CreateException; public org.jboss.test.cmp2.cmrtree.ejb.ALocal findByPrimaryKey(org.jboss.test.cmp2.cmrtree.ejb.APK pk) throws javax.ejb.FinderException; }