1 22 package org.jboss.test.hibernate.ejb.interfaces; 23 24 27 public interface ProfileServiceHome 28 extends javax.ejb.EJBHome  29 { 30 public static final String COMP_NAME="java:comp/env/ejb/ProfileService"; 31 public static final String JNDI_NAME="ProfileService"; 32 33 public org.jboss.test.hibernate.ejb.interfaces.ProfileService create() 34 throws javax.ejb.CreateException ,java.rmi.RemoteException ; 35 36 } 37 | Popular Tags |