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