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