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