1 package org.objectweb.jonas.jtests.beans.relation.tier; 2 3 6 public interface TiephyLocalHome extends javax.ejb.EJBLocalHome { 7 8 public static final String COMP_NAME = "java:comp/env/ejb/TiephyLocal"; 9 10 public static final String JNDI_NAME = "Rel_Tier_TiephyLocalHome"; 11 12 public TiephyLocal create(TiephyValue value, TierLocal tier) throws javax.ejb.CreateException ; 13 14 public TiephyLocal findByPrimaryKey(java.lang.Integer pk) throws javax.ejb.FinderException ; 15 16 } | Popular Tags |