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