1 4 package test.interfaces; 5 6 13 public interface AllTypesEntityLocalHome 14 extends javax.ejb.EJBLocalHome  15 { 16 public static final String COMP_NAME="java:comp/env/ejb/AllTypesEntityLocal"; 17 public static final String JNDI_NAME="test/LocalAllTypesEntity"; 18 19 public test.interfaces.AllTypesEntityLocal create(boolean aBoolean , byte aByte , short aShort , char aChar , int anInt) 20 throws javax.ejb.CreateException ; 21 22 public test.interfaces.AllTypesEntityLocal findByPrimaryKey(test.interfaces.AllTypesEntityPK pk) 23 throws javax.ejb.FinderException ; 24 25 } 26 | Popular Tags |