1 /*2 * StatefulLRLocal.java3 *4 * Created on Feb 15, 2007, 4:02:47 PM5 *6 * To change this template, choose Tools | Template Manager7 * and open the template in the editor.8 */9 10 package statefullr;11 12 import javax.ejb.EJBLocalObject ;13 14 /**15 *16 * @author klingo17 */18 public interface StatefulLRLocal extends EJBLocalObject {19 20 }21