1 /*2 * Generated by XDoclet - Do not edit!3 */4 package test.interfaces;5 6 /**7 * Remote interface for Stateful.8 * @xdoclet-generated at 16-04-059 * @copyright The XDoclet Team10 * @author XDoclet11 * @version 1.2.312 */13 public interface Stateful14 extends javax.ejb.EJBObject 15 {16 17 public java.lang.String foobar( )18 throws java.rmi.RemoteException ;19 20 public void txrequiresnew( )21 throws java.rmi.RemoteException ;22 23 }24