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