1 7 package org.jboss.test.hibernate.ejb.interfaces; 8 9 12 public interface AggregateProfileServiceHome 13 extends javax.ejb.EJBHome  14 { 15 public static final String COMP_NAME="java:comp/env/ejb/AggregateProfileService"; 16 public static final String JNDI_NAME="AggregateProfileService"; 17 18 public AggregateProfileService create() 19 throws javax.ejb.CreateException ,java.rmi.RemoteException ; 20 21 } 22 | Popular Tags |