1 /*2 * StatefulLRRemote.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.EJBObject ;13 14 /**15 *16 * @author klingo17 */18 public interface StatefulLRRemote extends EJBObject {19 20 }21