1 4 package org.jboss.test.jmx.eardepends.dependent.interfaces; 5 6 9 public interface DependentAEJBHome 10 extends javax.ejb.EJBHome  11 { 12 public static final String COMP_NAME="java:comp/env/ejb/DependentAEJB"; 13 public static final String JNDI_NAME="test/DependentA"; 14 15 public org.jboss.test.jmx.eardepends.dependent.interfaces.DependentAEJB create() 16 throws javax.ejb.CreateException ,java.rmi.RemoteException ; 17 18 } 19 | Popular Tags |