1 22 package org.jboss.test.jca.bank.interfaces; 23 24 27 public interface TellerLocalHome extends javax.ejb.EJBLocalHome  28 { 29 public static final String COMP_NAME = "java:comp/env/ejb/TellerLocal"; 30 31 public static final String JNDI_NAME = "LocalTellerBean"; 32 33 public org.jboss.test.jca.bank.interfaces.TellerLocal create() throws javax.ejb.CreateException ; 34 35 } 36 | Popular Tags |