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